Dragging problem in sortable plugin
Hi,
I am using sortable plugin.
I am setting
tr as sortable .Inside my tr > td has textarea and input fields. If i dragged the tr > td which contains text, its working fine. But, if i try to drag a tr > td which contains textarea or input elements, tr is not dragging. Please help me any one. Thanks in advance
- <table>
- <tr class="ui-state-default">
- <td>text content</td>
- <td><input type="text"/></td>
- </tr>
- <tr class="ui-state-default">
- <td>text content</td>
- <td><textarea></textarea></td>
- </tr>
- </table>
Regards,
Sundharesan.p