jquery on click 在 jQuery.click() vs onClick - Stack Overflow 的評價 It is worth noting that they do different things: .click can be bound to any jQuery collection whereas onclick has to be used inline on the elements you want it ... ... <看更多>
jquery on click 在 jQuery does not stop propagation of `jQuery.click()` on native ... 的評價 Description Event-handlers that are registered natively are called even if event.stopPropagation() is called when jQuery.click() is used. ... <看更多>