Opened 10 years ago
Closed 10 years ago
#12912 closed bug (worksforme)
The .on(event, childSelector, function) method doesnt work in IE 9.0.8
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
<html> <body>
<div id='parent'>
<div>
1
</div> <div>
2
</div> <div>
3
</div>
</div>
<script src="jquery-1.8.2.js"></script> <script> $('#parent').on('click', 'div', function() {
alert('Success!');
}) </script> </body> </html>
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/dmethvin/8FWBk/ works on IE 9.0.11, Windows 7