[jQuery] Re: Text append / replace not working in ffx 2.x and HtmlUnit

2009-02-11 Thread Marc Palmer
On 10 Feb 2009, at 22:51, Marc Palmer wrote: Hi, Forgive me as I'm a total jQuery n00b. However, I am rather confused. I have the following trivial code: $(document).ready(function () { $("p").text("The DOM is now loaded an

[jQuery] document.createComment usage - can be improved?

2009-02-11 Thread Marc Palmer
s that would be in the proper spirit of jQuery, as I understand it so far. $0.02 ~ ~ ~ Marc Palmer Blog > http://www.anyware.co.uk Twitter > http://twitter.com/wangjammer5 Grails Rocks > http://www.grailsrocks.com

[jQuery] Text append / replace not working in ffx 2.x and HtmlUnit

2009-02-10 Thread Marc Palmer
Hi, Forgive me as I'm a total jQuery n00b. However, I am rather confused. I have the following trivial code: $(document).ready(function () { $("p").text("The DOM is now loaded and can be manipulated."); }); This is