event-delegation Questions
4
Solved
If my markup looks like this:
<button id="button-1" class="nice">
<button id="button-2" class="nice">
<button id="button-3" class="nice">
and I define the following jQuery:
$(...
Azeotrope asked 20/7, 2009 at 3:36
5
I'd like to try out a new JavaScript library. Having used (and loved) jQuery 1.3's "Live" events, I'd prefer the next library I try to have event delegation built in to the event system. ...
Enchondroma asked 20/6, 2009 at 0:19
© 2022 - 2024 — McMap. All rights reserved.