Test if page has jQuery enabled

This fiddle has instructions on how to test if any page has jQuery enabled and working.

by Colin Soderstrom

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());