It was modeled after the jQuery UI's Draggable plugin, but currently supports a small subset of its options.
All major existing browsers are supported. This includes IE6/7, Firefox1/2/3, Opera, Konqueror, Safari, and others.
Requirements:
· JavaScript enabled on client side
· jQuery 1.2 or higher
Limitations:
· The speed difference is more visible with slower CPU's. Also, due to JavaScript engine optimizations in the last generation browsers, the speed difference is less than with older browsers. For example, the difference is greater with Firefox 2 than with Firefox 3.
What's New in This Release: [ read full changelog ]
· Fixed cancelling IE's default event action didn't work;
· Callbacks (only 'stop' for now) receive the element both as 'this' and as an argument, just like jQuery UI Draggable;
· Updated jQuery UI version used in this demo to 1.5.2. It has received many optimizations and is now signifficantly faster than before (though still not as fast as ppDrag);