Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi am working on jquery drag and drop , where we can drag and drop controls (dropdownlist,textbox.....etc) inside a "dropable" div area


could anybody suggest how this can be done or even provide references for the above
Posted

JQuery is having it's own draggable and droppable functionality.Refer following links for more details

Draggable
Sortable
Droppable

For demo refer to below fiddle
http://jsfiddle.net/t9Lzb/[^]
 
Share this answer
 
v4
Comments
Shobhana.n 3-Sep-13 13:49pm    
5+... Yes, jqueryui is the best reference.
Jitendra Sabat 4-Sep-13 1:18am    
Thanx...
You can use jquery.dragsort-0.5.1.min plugin that works on jQuery UI. I have a demo app in my blog. In my example i am dragging divs. you can add you controls inside that. See the link below:
http://mobilejquery.wordpress.com/2013/09/03/jquery-drag-and-drop/[^]

jQuery UI have there own Sortable and Draggble function. go through ths folowing Links

http://jqueryui.com/sortable/[^]
http://jqueryui.com/draggable/[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900