jquery plug-in, easing

Excellent jquery plug-in for animation. http://gsgd.co.uk/sandbox/jquery/easing/You can find one of sample here.http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/

Jquery API browser

This is the newest and must-have item for jquery. You can download AIR application as well. http://api.jquery.com/

Jquery for Absolute Beginners

Jeffrey is a very resourceful person. He is one of person behind the famous NETTUTS.He gives a series of Jquery tutorials in his websites In the Woods http://blog.themeforest.net/category/screencasts/ and detached designs.com http://www.detacheddesigns.com/.If you haven’t watched them yet, you must!!

"How to Make a Smooth Animated Menu with jQuery" by Zach Dunn

Zach Dunn from buildinternet.com shared his jquery menu.

http://buildinternet.com/2009/01/how-to-make-a-smooth-animated-menu-with-jquery/It does not gracefully degrade with Javascript unabled, but it is a good tutorial. He guide us line by line with detailed comment. .stop() is used for avoiding a broken accordion effect. Mouseover, mouseout and normal chain is used.

Thanks Zach.

$(document).ready(function(){

//When mouse [...]

"Changing Form Input Styles on Focus with jQuery" by Sam Dunn

Sam Dunn from Buildinternet.com wrote a jquery snippet “Changing Form Input Styles on Focus with jQuery” http://buildinternet.com/2009/01/changing-form-input-styles-on-focus-with-jquery/The code is explained in details line by line and easy to follow and understand.Thanks Sam.

Set Font Size Based On Word Count

Chris Coyier from CSS-trics gave us a snippet how to set font size based on word count.http://css-tricks.com/set-font-size-based-on-word-count/There are mootools and jquery script. Jquery script uses if, else if, else statement. Easy to understand.Thanks Chris.

Gracefully Degradable jquery Drop-Down-Menu

There are many jquery menus. However I found that some are not gracefully degradable and some don’t work in IE6 etc.

I found good one with mootools. Then I wanted to change it to jquery for other reasons.

I found two jquery menus for my purpose. Both of them works without javascript enabled [...]

Javascript which allow you to edit any web pages

I found this snippet a while ago. This will allow you to edit webpage. Paste this to webaddress and enter.javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0

The book reviews and books I am going to buy

I have bought two books about jquery from Amazon last year.

1. Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques

and

2. jQuery Reference Guide: A Comprehensive Exploration of the Popular JavaScript Library

The first one is excellent. If you are a beginner like me and want to learn [...]

Animated menu using jquery and sprite

This post explains how to make an animated menu using jquery and sprite.http://www.shopdev.co.uk/blog/animated-menus-using-jquery/The post is very easy to follow and explains very well.This is a good example for hover function as well. It uses simple hover and animate function for opacity and speed. It uses .stop() to avoid a broken accordion effect.

$(function() [...]

Page 1 of 212