$(document).ready(function() { alert('hi'); }); This uses jQuery's .ready function on the document object
On Feb 6, 2008 2:41 PM, MikeeBee <[EMAIL PROTECTED]> wrote: > > Is there a small piece of code you can put on a page to test if jquery > has loaded? > > Thanks >