Changes between Initial Version and Version 1 of Ticket #6696, comment 2
- Timestamp:
- Nov 2, 2010, 10:40:18 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6696, comment 2
initial v1 7 7 // The element you select is where the event is bound 8 8 // The first argument just needs to be a (valid)matching selector for the 9 // 9 // type of element you wish to fire the event on 10 10 $('#foo').delegate('#foo > *', 'click', ...); 11 11 }}}