Hi everyone!
I am stuck in a problem with jQuery. I try to make a list from elements, that can be dragged and dropped in many lists. But this whole thing is inside a tab. Here is it shown as it supposed to work: http://redbird.lv/problem/jquery_doeswork.html The interesting thing starts if I try to change the order of tabs. If the tab is not the first opened, than it's not working until there is a element in the lists you can drop in and move it (awake?). Here is my problem example: http://redbird.lv/problem/jquery_doesnot.html Any suggestions how to solve this problem? I think, the sortables must be .('refresh'); on tab open, but $('#tabcontainer').bind('tabsselect', function(event, ui) { $('.sortable_boxes').sortable('refresh'); }); is not doing the job. So I am out of guesses. Will appreciate any help! Thanks! Edgars -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.