jQuery Script Generator

Use the tool below to familiarize yourself with the jQuery syntax.

Select what would you like to do.

I want to...


When...

And I'll be adding this to...

// Run after document has loaded... jQuery(document).ready(function($){   $('#something').show(); });