Hi members,
I’ve an ordered list, and I’d like to add/append ui-icon to each of the list item.
|
|
<ol id="sortable1"> <li class="ui-state-default"> Item 1</li> <li class="ui-state-default"> Item 11</li> </ol> |
My list is sortable:
|
|
$("#sortable1").sortable(); |
I’d like to add a thick-close icon on Item1 and Item11, etc. And on click of them I’d want them to disappear, remove.
I tried:
|
|
'<span class="ui-icon ui-icon-close"></span>' |
But this adds an icon in the sortable area, doesn’t append on the right top it to the list items.
Any guidance shall be of great help. 🙂
-
This topic was modified 10 years, 4 months ago by
publicGenome.
-
This topic was modified 10 years, 4 months ago by
publicGenome.