rkusa / zepto-dnd

HTML5 Drag and Drop API based Draggable, Droppable and Sortable for Zepto.js (and jQuery)

Home Page:http://ma.rkusa.st/zepto-dnd

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Achieve Droppable jQuery API Compatibility?

rkusa opened this issue · comments

Options

  • accept
  • activeClass
  • addClasses I don't add classes.
  • disabled
  • greedy Using the HTML5 DnD API the parents of the droppable never recieve the drop event.
  • hoverClass
  • scope
  • tolerance not possible

Methods

  • destroy
  • disable
  • enable
  • option
  • widget what's this?

Events

  • activate
  • create
  • deactivate
  • drop use the native drop event
  • out use the native dragenter event
  • over use the native dragleave event