Problem with Sortable plugin
Hi All,
I'm Francesco i'm new here :))
I'have a problem with jquery sortable:
I have 2 list(one with results <li> one empty)
I want with icon click move an item to the other list, after click i want add an icon (delete icon) to delete the result in the future.
- <img src="resources/images/favorite_add.png" style="border:none" alt="fav" width="16" height="16" class="move" align="left" title="Add to Favorite" onclick="$('#<%=s%>').clone().append('<img src=\"resouces/images/aa.gif\"/>').appendTo('#sortable2')"/>
It doesn't work..can someone help me?!?!
please!!