Written By: Ryan Coughlin

Using jQuery's .live()

Click add row - then 'Edit' link

Dynamically created objects will be bound and register the event

Create new row

Item 1 Edit
Item 2 Edit
Item 3 Edit

Using jQuery's .click()

Click add row - then 'Edit' link

NOTE: No alert dialog will show for newly created items - event is not bound when using .click()

NOTE: If you click one of the first three items the alert will be called - they were loaded on DOM

Create new row

Item 1 Edit
Item 2 Edit
Item 3 Edit