سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top