Hi all,
I hope some can help me here.
I'm having a strange situation:
I made a sortable list using "div.portlets": that's working correctly.
Then i added another sortable list inside the first one using "ul li", and this is working correctly too.
When i sort items, it works fine: Portlets are sortable with other portlets only, and "ul li" are sortable with other "ul li" only.
So, everything is OK till now.
The problem here is about events. Actualy i'm using triggers on "sortupdate" event. It works fine on portlets, but it doesn't on "ul li" lists.
If i try to sort an "ul li" item, it triggers the parent div portlet "sortupdate" event, and not the "ul li" "sortupdate" event.
Could someone please help me on it ?