Thursday, July 8, 2010

30 Pro jQuery Tips, Tricks and Strategies

Whether you’re a developer or a designer, a strong jQuery skillset is something you can’t afford to be without. Today, we'll see 30 handy jQuery coding tricks that will help you make your scripts more robust, elegant and professional.

#1 – Delay with Animate()
#2 – Loop through Elements Backwards
#3 – Is There Anything in the jQuery Object?
#4 – Access iFrame Elements
#5 – Equal Height Columns
#6 – Find a Selected Phrase and Manipulate It

#7 – Hack Your Titles to Prevent Widows
#8 – Add Pseudo-Selector Support in IE
#9 – Manage Search Box Values
#10 – Create a Disappearing ‘Back-to-Top’ Link

Original Post Here .

5 jQuery Must Have Code Snippets

If you haven’t heard of jQuery yet, than you are definitely missing out on one of the most dynamic and stable JavaScript Libraries. With thousands of plug-ins and added widgets it makes jQuery one of the leaders in javascript frameworks. jQuery is designed to cut all hand-code in half if not more simplifying HTML document traversing, event handling, animating, and Ajax interactions for more streamlined web development.

1.)Linkable Div’s

2.)Table Stripes (Zebra)

3.)Swap Input Fields

4.) Back To Top Link

5.)On Hover Add/Remove Class

Original Post Here .