Jquery UI Sortable ConnectWith Not Working both ways -


i'm using jquery ui sortable web app , have strange problem. here code:

$(".internal_controlscontainer").each(     function(index,el){         $(this).sortable({connectwith:".internal_controlscontainer"})     } ); 

the problem when try grab element first internal_controlscontainer , take second internal_controlscontainer doesn't work, second first works, why?

i read jquery ui doc can't seem find problem

roby

i have same problem you.

it's width matters.

you cannot drag long element short element.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -