+ 5
Movable div
i will a div tag in html page be movable using users. means users can move this div to other location in page. please help me.
6 Respostas
0
Since you're using jquery, I'd recommend checking out jQuery UI (something the creators of jQuery made)
https://jqueryui.com/
It has a lot of useful stuff for you to use with jQuery. Honestly, it's one of the few must haves when I'm working with jQuery.
+ 12
Something like this? :)
https://code.sololearn.com/W6LMkiT55O3x/?ref=app
+ 3
thanks Netkos Ent.
+ 2
thanks for your answer.
i do'nt use jquery UI up to now.
can you help me how i must use jquery UI for movable div?
+ 2
thank you very much maz
0
If you check out the website I sent you, just read through it. jQuery UI adds a lot of useful features to jQuery so that common things like this are easily done without the need to write a bunch of code. Much more to jQuery UI than just the draggable feature.