Opened 13 years ago

Closed 13 years ago

Last modified 11 years ago

#5543 closed enhancement (notabug)

JQuery Selectable Problem

Reported by: hitspanchal01 Owned by:
Priority: minor Milestone:
Component: ui.selectable Version: 1.8
Keywords: Cc:
Blocked by: Blocking:

Description

Hello,

I have used JQuery Selectable. i have put selectable in JQuery Dialog box. i want to know that when i will close that Dialog box then all selectable will be clear. so when i once again open the dialog box so it will not appear selectable.

have any idea. please suggest me

Change History (2)

comment:1 Changed 13 years ago by rdworth

Resolution: invalid
Status: newclosed

Please post question like this to the forum http://forum.jquery.com/using-jquery-ui

While we're here:

$("#dialog").dialog({
  close: function() {
    $(this).find(".ui-selected").removeClass("ui-selected")
  }
});

comment:2 Changed 11 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.