[jQuery] connected sortable containment
Hello again,
I have a connected sortable that I'd like to keep contained to the
'sortcontainer' but it seems to be acting erratically not sure what
I"m doing wrong or if it is even possible ?
thanks
Mike
my jquery is like so...
$("#hottopic, #hidden").sortable({
connectWith: ['.connectedSortable'],
containment: 'sortcontainer'
});
and my html like so.....
<div id="sortcontainer">
<div class="transfer">
<label for="hottopic">Hot Topics</label>
<ul id="hottopic" class="connectedSortable">
<li class="justify">
<fieldset>
<img src="img/remove.gif" alt="remove topic" class="remove" /