Side navigation
#2118 closed bug (fixed)
Opened January 06, 2008 06:00AM UTC
Closed February 07, 2008 05:01PM UTC
droppableDestroy API not accesible
Reported by: | erangalp | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | ui | Version: | 1.2.1 |
Keywords: | droppable | Cc: | |
Blocked by: | Blocking: |
Description
Trying to remove droppable status from an element using $(element).droppableDestroy() fails, producing an error '$(element).droppableDestroy() is not a function'
Perhaps I'm misinterpreting the manual, but I assumed it needs to be applied on the jQuery object
Attachments (0)
Change History (1)
Changed February 07, 2008 05:01PM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
The API has changed for 1.5: It's now $(..).draggable('destroy').