[jQuery] Re: easiest question all day

2007-09-20 Thread Joan Piedra
It doesn't work because you didn't wrap your variable with the jQuery function. $( GitRDone ).appendTo('body'); On 9/19/07, FrankTudor <[EMAIL PROTECTED]> wrote: > > > can someone show me an example of creating a simple variable and > appending that variable to the document body? > > Here is my s

[jQuery] Re: easiest question all day

2007-09-19 Thread Josh Nathanson
var GitRDone = "smoke'n hot"; $("body").append(GitRDone); Not tested... - Original Message - From: "FrankTudor" <[EMAIL PROTECTED]> To: "jQuery (English)" Sent: Wednesday, September 19, 2007 12:45 PM Subject: [jQuery] easiest question all day can someone show me an example of