Top 100 jQuery Examples

Category: Technology, Tips and Tricks    |    91 views    |    Add a Comment  |   

1. jQuery Lavalamp Menu – It is the jQuery plugin that is based of Guillermo Rauch plugins for mootools and Ganesh Mawwaha’s jQuery 1.1.x plugins. Through the Sliding Doors CSS/Javascript method, you are able to add a background hover effect on HTML link lists with Lavalamp by utilizing the Eazing library.
2. Superfish Menus – Suckerfish […]

  • No Related Post

 

CSS3 and jQuery Examples

Category: Technology, Tips and Tricks    |    81 views    |    Add a Comment  |   

Floated lists with CSS3 and jQuery | demo

We should all be using advanced CSS selectors by now—they make our lifes so much easier! In this quick tutorial, I’m going to explain how you can have a nicely floated list of items. We will use jQuery to make sure IE understands it too.
Windows Aero using CSS3 and […]

  • No Related Post

 

jQuery Navigation Examples

Category: Technology, Tips and Tricks    |    93 views    |    Add a Comment  |   

Horizontal Menu Navigation Plugins and Tutorials
Sproing! – Thumbnail Menu | Demo
Sproing! is a plugin that creates an elastic effect for your navigation that magnifies the menu items when they are hovered over.

Cool Animated Navigation | Demo
In this tutorial you’ll learn how to build a really cool animated navigation menu with background position animation using just CSS and […]

  • No Related Post

 

10 Jquery components and plugins

Category: Technology, Tips and Tricks    |    99 views    |    Add a Comment  |   

1. Creating a Dynamic Poll with jQuery and PHP

In this tutorial you will learn how to create a poll using PHP and XHTML, then make use of some jQuery Ajax effects to eliminate the need for a page refresh, and to give it a nice little bit of animation.
<div id=”poll-container”>
<h3>Poll</h3>
[…]

  • No Related Post

 

10 Practical Uses For AJAX

Category: Technology, Tips and Tricks    |    86 views    |    Add a Comment  |   

What Is AJAX? How Does It Work?
AJAX stands for Asynchronous JavaScript and XML. It is used for allowing the client side of an application to communitcate with the server side of the application. Before AJAX, there was no way for the client side of a web application to communicate directly with the server. Instead, you […]

  • No Related Post