[jQuery] Re: add li to ul

2009-03-12 Thread Elmar
. Thanks a lot! Elmar On Mar 11, 5:30 pm, mkmanning michaell...@gmail.com wrote: Not sure if this might be related to your problem:http://groups.google.com/group/jquery-dev/browse_thread/thread/6d3de7... I'd suggest trying to add aLIto theULusing standard DOM methods: varli= document.createElement

[jQuery] Re: add li to ul

2009-03-11 Thread Elmar
/ul /body /html Thanks a lot, Elmar On Mar 11, 12:32 am, mkmanning michaell...@gmail.com wrote: @Elmar, there's nothing wrong with your jQuery; there is with Joseph's: creating a closingLIwon't work :( Could you show where in your script you're trying to append theLI? On Mar 10, 4:03 pm

[jQuery] add li to ul

2009-03-10 Thread Elmar
Hi there, I am probably trying the most basic example and failed in my attemps so far. I would like to add new li´s to an existing ul with jQuery. What I am trying to do: in my script: ... $('#myList').append('liplease show up/li'); ... in my HTML: ... ul id=myList title=someTitle