tags:

views:

96

answers:

0

How to use live event bindings using jQuery UI Plugins. The scenario I have is that I dynamically create UI controls based on jQuery UI using AJAX calls. As a result all the events are not attached.

For e.g. If i use jquery ui "sortable" and I dynamcially add a list item to the <ul>, this new <li> is not sortable.

Any hint in this direction is greatly appreciated. Do you know of any plugin that does this or any pointers to related information?