문제

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