Opened 14 years ago
Closed 13 years ago
#4365 closed bug (fixed)
Draggable: stack option should be of type 'selector'
Reported by: | rdworth | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8 |
Component: | ui.draggable | Version: | 1.7 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Draggable's stack option is currently a hash, which is complex and unneeded. The same could be achieved by a selector string instead. See
http://groups.google.com/group/jquery-ui-dev/browse_thread/thread/2fcaecd260962ac6
Note: See
TracTickets for help on using
tickets.
Implemented in r3105.