I've got a little code snippit that adds LI elements to an 
ordered list (OL).  In Firefox, the added elements get their
own numbers and all is good.  In IE, every element is added
as #1.  (The LI is added, but each one shows as #1).

Here's what I'm doing to add the elements:

$('#mylist').append('<li id="'+ listItemId +'">' + textToShow + '</li>');

Is there anything I can call after adding to prompt IE 
to "renumber" the elements of the OL?


Thanks!


Joel Noble
[EMAIL PROTECTED]



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to