[jQuery] Sortables and containment
I have sorting working for the most part, using Interface of course,
but I'm able to drop my li containers into other lists on the page.
Need to prevent this from happening...
accept : 'box',
helperclass : 'sorthelper',
activeclass : 'sortableactive',
hoverclass : 'sortablehover',
opacity : 0.8,
revert : true,
tolerance : 'intersect',
floats : true,
containment : 'parent'
When I add "containment: 'parent'" to this the particular list
element will vanish when I try to grab it. When I release the mouse
it comes back. If I take it out, certainly it works with the above
problem I mention.
It's only the one group of list elements that have "class='box'"...
Any advice on this?
Thanks, v
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/