Hi Guys,
I am using jquery sortable in the latest version (1.7.1) , and found
out helper and placeholder option is not quite working
as I was expecting.
If I do something like below, when I move around each div's, original
divs are the one that actually moves, not the clone.
I just want to keep the original visibility still remains until being
sorted/moved.
Any idea or suggestion ?
$(#col).sortable(
{
helper:'clone',
opacity:'0.1'
}
)
<div id="col">
<div class="t" />
<div class="t" />
<div class="t" />
</div>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---