Bug Tracker

Changes between Initial Version and Version 1 of Ticket #6696, comment 2


Ignore:
Timestamp:
Nov 2, 2010, 10:40:18 PM (12 years ago)
Author:
SlexAxton
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6696, comment 2

    initial v1  
    77// The element you select is where the event is bound
    88// The first argument just needs to be a (valid)matching selector for the
    9 //                                            type of element you wish to fire the event on
     9//    type of element you wish to fire the event on
    1010$('#foo').delegate('#foo > *', 'click', ...);
    1111}}}