Sexy Drop Down Menu w/ jQuery & CSS

Sexy Drop Down Menu w/ jQuery & CSS
Studies show that top navigations tend to get the most visual attention when a user first visits a site. Having organized and intuitive navigation is key × and while most drop down menus may look aesthetically pleasing, developing them to degrade gracefully is also essential. In this tutorial I would like to go over how to create a sexy drop down menu that can also degrade gracefully.

7 in 50 Useful New jQuery Techniques and Tutorials

Auto Suggest web2ajax

web2ajax
FaceBook Like – jQuery and autosuggest Search Engine

55 in 50 Useful New jQuery Techniques and Tutorials

Slicker Show and Hide

Slicker Show and Hide

110 in 50 Useful New jQuery Techniques and Tutorials

SpriteMenu

SpriteMenu
This is a method of putting together a nice-looking menu in a very quick and easy way. It uses a technique known as CSS Sprites. Instead of trying to manage huge amounts of images, everything is packed into just one file, which means the browser will only have to download one file instead of making multiple requests, and its just a lot easier to manage. The menu is displayed by manipulating the background-position property to display individual sprites in the image. There are no drop-downs attached to the menu, but it shouldn’t be hard to add them in which I may do in the future.

Sprite in 50 Useful New jQuery Techniques and Tutorials

Horizontal Scroll Menu with jQuery Tutorial

Horizontal Scroll Menu with jQuery Tutorial
In this tutorial you will learn how to create a scroll menu. In the final result you will be able to scroll up and down according to mouse-y axis and we’ll use jQuery.color to animate the background-color changes.

83 in 50 Useful New jQuery Techniques and Tutorials

Building a jQuery Image Scroller

Building a jQuery Image Scroller
In this tutorial, we’re going to be building an image scroller, making use of jQuery’s excellent animation features and generally having some fun with code. Image scrollers are of course nothing new; versions of them come out all the time. Many of them however are user-initiated; meaning that in order for the currently displayed content to change, the visitor must click a button or perform some other action. This scroller will be different in that it will be completely autonomous and will begin scrolling once the page loads.

82 in 50 Useful New jQuery Techniques and Tutorials

Using jQuery To Manipulate and Filter Data

Using jQuery To Manipulate and Filter Data
When a webpage is designed to display large tables of data, a great amount of consideration should be dedicated to allowing the user to sort through the data in a structured manner. In this article, I will go over four techniques: hover effects, zebra rows, filtering, and sorting.

80 in 50 Useful New jQuery Techniques and Tutorials

Submit multiple forms with jQuery and Ajax.

Submit multiple forms with jQuery and Ajax.
How to submit multiple forms with jQuery and ajax.

28 in 50 Useful New jQuery Techniques and Tutorials

Make Your Header Responses To Mouse Movements with jParallax

Make Your Header Responses To Mouse Movements with jParallax
jParallax turns a selected element into a window, or viewport, and all its children into absolutely positioned layers that can be seen through the viewport. These layers move in response to the mouse, and, depending on their dimensions (and options for layer initialisation), they move by different amounts, in a parallaxy kind of way.

5 in 50 Useful New jQuery Techniques and Tutorials

Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table

Creating a table with dynamically highlighted columns like Crazy Egg’s pricing table
I like Crazy Egg’s pricing table on their Pricing & Signup page. When you click on “Sign Up” for an option, that plan’s column highlights, the other plans vanish, and a signup form takes their place. There is a number of impressive things happening within this small area. I wanted to try and recreate the behavior step by step, and share the power of combining CSS, JavaScript, and images in clever ways.

171 in 50 Useful New jQuery Techniques and Tutorials