Opened 10 years ago
Closed 10 years ago
#8979 closed feature (notabug)
jQuery UI Draggable Enhancement
Reported by: | bilal.fazlani | Owned by: | bilal.fazlani |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.draggable | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
At present, jQuery Draggable has following events
- create
- start
- drag
- stop
It would be great to have one more event, i.e. "over".
Change History (3)
comment:1 Changed 10 years ago by
Owner: | set to bilal.fazlani |
---|---|
Status: | new → pending |
comment:2 Changed 10 years ago by
Status: | pending → new |
---|
That should do it! Din't search it in the droppable API.
PS: Sorry I don't know how to close this ticket :/
comment:3 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Droppable has an over event http://api.jqueryui.com/droppable/#event-over, why would you need one for draggable?