Posts Tagged ‘jQuery’

Customize HTML control with jQuery (Checkbox + Radio)

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

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

Accessibility with javascript

April 4, 2009 - 5 Comments - Web Development

accessibleheadtitle
Javascript is an amazing powerful programming language help enhance your website with special effect and more user interactive. However, not all your visitors have javascript support browsers or simply they just don’t want to turn javascript on. If you didn’t think about this, your visitors could visit your website and don’t even know what really going on when all your animation just gone dead and your main content get hidden. So how will we fix it?