Test if page has jQuery enabled
This fiddle has instructions on how to test if any page has jQuery enabled and working.
HTML
<p>To test if jquery is working add the line in the javascript panel to the console and press run.</p>
JavaScript
alert($("body").html());