jQuery

jQuery Tutorials and Examples

Accordion with jQuery and CSS

Accordion with jQuery and CSS

The jQuery accordion plugin works with nested lists or just nested divs. There are also some options available to specify the structure, the active element (to display at first) and to customize animation. This plugin will come in handy when you are dealing with orgonizing a good chuck of content. HTML Markup In this markup I’m using nested divs, an <h3> is the heading of accordion...

Read More

Dropdown with jQuery and CSS

Dropdown with jQuery and CSS

Here is a solution for a very simple drop down menu system. All you need is jQuery and these below few lines of JavaScript and CSS. The features of this menu system are: Unordered list as menu structure Absence of mouse events within html Timeout effect Cross-browser compatible (even IE 6) Multi-level and retains “trail” Easy to adopt styling Minimal JavaScript How to do...

Read More

How jQuery Works

How jQuery Works

In past JavaScript is used by developers for client side scripting, but now developers have several option to add the functionality of JavaScript by using other tool and libraries. jQuery is also one of the best libraries for adding javascript, ajax features in the application, although the same task can be performed through javascript but jQuery provide the readymade easy to use functions. What...

Read More