So no ideas? :(

> If I have this markup:
>
> <table id="sometable">
>           <tr>
>                   <td class="x"><span>111</span></td>
>                   <td>aaa</td>
>           </tr>
>           <tr>
>                   <td class="x"><span>222</span></td>
>                   <td>bbb</td>
>           </tr>
> </table>
> And thisjQuerycode:
>
> $(".x span").draggable({ helper: 'clone', axis: 'y'});
> When dragging the first column the cloned span is snapping to the
> second column rather than the first column. If I try to drag the table
> cell rather than the span inside it snaps outside of the table. If I
> remove axis:'y' is works as expected except I no longer have the Y
> axis restriction that I would like.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to