Installed the plugin, and it works great! I'm using it just as you
suggested.

For those who find this later, you'll want to "minify" the javascript
file:
http://www.digitaloverload.co.uk/jsmin/

And this is code you can copy and paste (has a fixed typo):

$(document).domready(function() {
    $('body').addClass('jsEnabled');
});

Reply via email to