Mootools Extensions » Drag.MoveQuad(el, options)
Description
Modification of MooTools native Drag.Move to detect what quadrant of drop object the drag object is over.
Arguments
- el - (mixed) The Element to apply the drag to, or its string id.
- options - (object, optional) An object containing any of the options below.
Options
See <Drag.Move> and <Drag.Base> in the MooTools documentation for options.
Example
JavaScript:
coming soon, view source for now.
Files for MooTools v1.11
- Drag.MoveQuad.js (full source, 3k)
- Drag.MoveQuad.packed.js (packed source, <1k)
- Sample CSS
- Sample XHTML (this page)