Did you found a solution yet? I've been asking myself the same question and tried to fix it, but I didn't succeed.
Anyone who knows how to 'reinitialize' the selectables? I've prepared a showcase: http://www.peterriet.net/temp/selectables/ Any help would be great! Thanks! Peter Riet floepi wrote: > > Hi, > > i am using ajax to search for users and call the selectables function on > the found set afterwards. > > function makeSelectable(){ > $('#mainWindow').Selectable( > { > accept : 'selectableitem', > selectedclass : 'selecteditem', > helperclass : 'selecthelper' > } > ); > } > > Though when i make another search and call Selectables again, i still get > the helper class (the div that gets created and shows the nice drag > window) but the new found set can't be selected any more. I guess there is > already a selectables object in the dom and won't overwrite or something. > Anybody knows how to solve this . > > Thanks > > Phil > -- View this message in context: http://www.nabble.com/Re-initialise-selectables-tf2654220.html#a9294614 Sent from the JQuery mailing list archive at Nabble.com. _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
