[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