This repository has been archived on 2020-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
plemp/public/dragreg.js

8 lines
209 B
JavaScript

var drgs = new Draggables;
function dragreg(div, event) {
id = div.element.id;
new Ajax.Request('http://localhost:3301/savepos/' + id +
'/' + this.style.top + '/' + this.style.left);
}