Posts Tagged ‘Code’

Simple debug function

April 11, 2009 - No Comments - jQuery Code

Simple debug function which allow to print out information at the end of the HTML

Syntax: Debug(message, inline);

Article Tags: ,

Quick generic plugin template

- 1 Comment - jQuery Code

A template to create a plugin process through jQuery selected object

Article Tags: ,

Short for $(document).ready()

- 2 Comments - jQuery Code

A shorter way for $(document).ready()

Article Tags: ,