select document root using jquery

Viewed 55520

I can select the body and html parts of the document using

$('body')

and

$('html')

respectively, but how do I select the document root?

3 Answers
Related