Posts Tagged ‘jQuery’

Release new version of ImageSwitch 1.1.0

January 24, 2011 - 4 Comments - jQuery

I’ve just release a small update for the ImageSwitch. It’s now compatible with all jQuery(used to break in >v1.3).

Article Tags: , , , ,

Customize HTML control with jQuery (Checkbox + Radio)

July 9, 2009 - 38 Comments - jQuery, Web Development

customizehtmlcontrols
In web development/design, there’re a lot of time you want to customize HTML controls. Some controls are actually quite simple to implement. I will show you how to customize a checkbox/radiobox. It will be very simple, just need a few lines of jQuery and CSS.

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: ,