Hi,

I want to remove selected list items from a UL. Can i do using remove
().
I get an error when i get a list of items:

var li = $('.items');
li[0].remove();

I am getting error li[0].remove() is not a function in Mozilla Firefox
firebird debugger.

~nk

Reply via email to