0

I want to create some <div>s. I want to be able to move and replace these Divs. I think I can use jQuery, and I found this :

    <script>
  $(function() {
    $( "#draggable" ).draggable();
  });
  </script>

but this is not exactly what I want.
i want some code like this : varzesh3

RustyToms
  • 7,600
  • 1
  • 27
  • 36
ammargraph
  • 11
  • 4
  • Hi, welcome to [Stack Overflow](http://stackoverflow.com/about) – Jonathan Dec 25 '13 at 13:57
  • posting link to a very busy page with lots of content doesn't help anyone understand your issue. Suggest you go through the suite of jQueryUI interaction demos as starting point http://jqueryui.com/ Then if you need help provide more specifics – charlietfl Dec 25 '13 at 14:21
  • sorry charlietfl.you are right!i can find solution with origin website : http://jqueryui.com/draggable/#sortable – ammargraph Dec 25 '13 at 14:38

1 Answers1

2

As per your given example site http://www.varzesh3.com/ , you can use the jquery ui portlets below is the link hope it will help for you.

http://jqueryui.com/sortable/#portlets

user2509485
  • 219
  • 2
  • 5