Lilit
Posts: 0
Joined: Sat Jun 09, 2012 12:57 pm

Remove item from List

Hi , I have dynamically added an iterm to a list

Tiggr('list').append('liNew item/li');
Tiggr('list').listview('refresh');

Now I want remove an item from list in javascript . How do I remove it using javascript ?

Lilit
Posts: 0
Joined: Sat Jun 09, 2012 12:57 pm

Remove item from List

or I want to remove all items from List using javascript :)

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Remove item from List

In similar way, find the element you want to remove. Then you need to update the list: http://jquerymobile.com/demos/1.1.0/d...

Return to “Issues”