Search and Top Navigation
#8979 closed feature (notabug)
Opened January 18, 2013 09:51AM UTC
Closed January 18, 2013 07:23PM UTC
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".
Attachments (0)
Change History (3)
Changed January 18, 2013 11:28AM UTC by comment:1
| owner: | → bilal.fazlani |
|---|---|
| status: | new → pending |
Changed January 18, 2013 07:13PM UTC by comment:2
| 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 :/
Changed January 18, 2013 07:23PM UTC by comment:3
| resolution: | → notabug |
|---|---|
| status: | new → closed |
Droppable has an over event http://api.jqueryui.com/droppable/#event-over, why would you need one for draggable?