I'm building a GWT web app and would like to implement some jquery code for a sortable list similar to this one: http://jqueryui.com/demos/sortable/ but the actual implementation is a little more complex. It seems GWT doesn't have any native support for this sort of thing, that's why I'm trying to drop in some basic jquery code.
The issue is that it seems jquery events don't trigger from the dynamically generated list items in GWT. Is there any way around this? I've tried using the gwt-jquery plugin but haven't had any luck with that.
"GWT doesn't have any native support for this sort of thing, that's why I'm trying to drop in some basic jquery code."
gwt-dnd ( http://code.google.com/p/gwt-dnd/) works pretty well for this sort of thing.