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#a7405321
Sent from the JQuery mailing list archive at Nabble.com.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/