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