✨button in clickable paragraph
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
browser ⟩ event ⟩ propagation ⟩ stop ⟩ example ⟩ button in paragraph
if the button is right-clicked, the event will stop propagation to its enclosing paragraph.
replit > button in clickable paragraph
const {log} = console
// ⭐️ import
import { $ } from './js/ext/Node_ext.js'; // Node extension
// --------------------------------------------------------------------
// ⭐️ event handlers
// <button>
$('button').onmousedown