- Thursday, September 17, 2009, 21:17
- Featured, JQuery
- 8,708 views
Let us create a simple Accordion Menu using jQuery. Accordion Menu are the menu with some animation effect. It has few top line menu items which when clicked toggles to open sub menu options. When another top level menu is selected, other open menu will automatically collapse and save useful screen area. We will use
jQuery effects to animate the accordion menu. jQuery provides ...
Full story
- Monday, August 17, 2009, 14:51
- Featured, JQuery
- 15,290 views
Following are few very useful jQuery Tips and Tricks for all jQuery developers. I am sharing these as I think they will be very useful to you.
Disclaimer: I have not written all of the below code but have collected from various sources from Internet.
1. Optimize performance of complex selectors
Query a subset of the DOM when using ...
Full story