Using jQuery's .live()
Click add row - then 'Edit' link
Dynamically created objects will be bound and register the event
Create new row
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