He guys,
I have a div which I make in css like this:
echo '#'. $pess2['naam'] .' { width: 190px; height: 90px; padding: 0.5em; float: left; left:'. $pess2['left'] .'px; top:'. $pess2['top'] .'px; visibility:'. $view .'; }'
Now when I move that div with:
$( "#3" ).draggable({ containment: "#containment-wrapper", scroll: false });
I want to upload it to my database. My question is; how can I get the new left and top (x and y) values in PhP?