javascript - I want to create Drag and Drop UI for Controls -
I want to create an asp.net page in which you have some control you can drag control in the div and even drop it You can also set the position in the div and save the device in the database and you can remember it whenever you want. I have to know how it will work. How to control the situation of control, etc.
You can use jQuery UI draggable. This is the extension of jQuery UI Draggable which will allow you to create a jQuery UI placeholder. It will be stored in the browser's cookie.
See the documentation to learn more about it.
Comments
Post a Comment