I am trying to append the selectable helper to a div and the option
just doesn't do anything.
here is my code:
$(".selectable ul").selectable({
applyTo:".selectable"
});
I looked in the jquery source code and found this:
appendTo: 'body',
on line 2614 in the full jquery ui.
the option exists but it isn't used, why is that?
and can someone fix it?
thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---