In your example, you have two calls to $('#elements').sortable().The second one has the update event added, but the first (the one which creates the sortable) doesn't. If you add the update handler to the first call, it works OK.
on 23/02/2010 08:26 rafald said::
Hi , please check this: http://jsbin.com/oququ3/6/edit As you can see: - sortable list works - accordion works ...but: - POPUP 'update' does not come what could be wrong here? regards Rafal