var GitRDone = "smoke'n hot";
$("body").append(GitRDone);
Not tested...
----- Original Message -----
From: "FrankTudor" <[EMAIL PROTECTED]>
To: "jQuery (English)" <jquery-en@googlegroups.com>
Sent: Wednesday, September 19, 2007 12:45 PM
Subject: [jQuery] easiest question all day
can someone show me an example of creating a simple variable and
appending that variable to the document body?
Here is my simple example (that doesn't work)...
var GitRDone = "smoke'n hot";
$GitRDone.appendTo('body');
Thanks,
Frank