jQuery Code

Selector internal/external links

April 15, 2009 - No Comments - jQuery Code

Common selectors to choose all internal or external links

Article Tags:

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

- No Comments - jQuery Code

A template to create a plugin process through jQuery selected object

Article Tags: ,

Short for $(document).ready()

- 1 Comment - jQuery Code

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

Article Tags: ,