Bug Tracker

Ticket #2118 (closed bug: fixed)

Opened 1 year ago

Last modified 10 months ago

droppableDestroy API not accesible

Reported by: erangalp Assigned to: paul
Type: bug Priority: major
Milestone: 1.2.2 Component: ui
Version: 1.2.1 Keywords: droppable
Cc: Needs: Review

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

Change History

Changed 10 months ago by paul

  • status changed from new to closed
  • resolution set to fixed

The API has changed for 1.5: It's now $(..).draggable('destroy').

Note: See TracTickets for help on using tickets.