[jQuery] Make IE re-number an OL after adding elements?

2007-02-06 Thread Joel Noble
').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 discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Make IE re-number an OL after adding elements?

2007-02-06 Thread Joel Noble
and make it work without using the deprecated value of an LI (but thanks to the other folks who suggested how to do that if I need to!), since you say it works for you. Maybe there's another bug here somewhere that's making it not work in IE (all LIs are #1), but work in Firefox. Thanks! Joel