vote up 0 vote down star
1

i am using jquery for drag and drop its works fine with 2 divs, i can drag image across 2 divs

one div is drag able other is drop able

what i want is to have 4 divs, where i have images in each div and i can drag imge from one div to other.

is this possible in jquery ? if yes can you write a little code for me...?

Thanks

flag

64% accept rate

3 Answers

vote up 2 vote down check

Please check Jquery Demo from Jquery website or

check this

http://web-design-dubai-uae.blogspot.com/2009/09/jquery-drag-and-drop.html

link|flag
vote up 0 vote down

Check out these jQuery Examples, specifically the Sortables Demo

link|flag
dear this is not my question, my question is i have more than 3 divs and inside div i have pictures i want to sort pictures among divs using jqury – air Sep 14 at 16:31
view the source of the sortables demo, it will work with images inside of there too – slf Sep 14 at 17:01
vote up 0 vote down

You need to use (and include) JQuery UI to use the $('#something').draggable() and $('#something').droppable() functions.

You can make as much items as you want draggable or droppable and create different functions for each one. Its pretty easy to work with.

This is the best example with the most functionality: http://jqueryui.com/demos/droppable/#photo-manager

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.