baig / jquerymobile-editablelistview

A jQuery Mobile Plugin with an intuitive UI to add new list items and remove existing ones.
http://wasifbaig.com/jquerymobile-editablelistview/
Other
36 stars 16 forks source link

Are there any events supported in editable listbox? #9

Closed vlkhp closed 9 years ago

vlkhp commented 9 years ago

I would like to have an event handler when an event is added, deleted and read the data entered/deleted to store in the database backend

baig commented 9 years ago

A "change" event is triggered when the listview comes out of edit mode. Take a look at the events page for more details. I have updated the page.