Jim on February 27th, 2011




Menus are the heart of every website, make these menus best in class with jQuery. jQuery undoubtedly is the best library for intuitive designs, so create pretty, innovative menus in various varieties with jQuery. No matter whats your theme, this list of adorable jQuery Menus is sure to satisfy your need for the best jQuery menu. Cherish the magic of jQuery in boxy, grungy, sliding, animated and many other lovable variety of menus.

Continue reading about 15 Adorably Pretty jQuery Menus

Jim on February 27th, 2011




This is a sliding menu plugin for jQuery which fires on mouseover and mouseout events.

Continue reading about jQuery Sliding Menu Plugin

Jim on February 27th, 2011




Today I am going to share a nice CSS only (with some jQuery) navigation menu that adapts the size of its list items automatically. Sometimes you need to reuse a
menu and it can take some work to adapt the list items if you would like to spread them evenly. So, here is a little attempt to simplify this process by resizing the
menu and list items with a simple jQuery function. The function takes a width value as input and resizes the links inside of the list elements according to the
number

Continue reading about Self-resizing Navigation Menu with jQuery

Jim on February 27th, 2011




This is a unique bottom slide out menu. This large menu will contain some title and a description of the menu item. It will slide out from the bottom revealing the
description text and some icon. We will use some CSS3 properties for some nice shadow effects and jQuery for the interaction.

Continue reading about A Fresh Bottom Slide Out Menu with jQuery

Jim on February 27th, 2011




In this tutorial we will create an actions menu with jQuery that appears when checkboxes are selected. This can be a very helpful UI property since we don?t force
the user to scroll to the place where the actions are ? they just appear whenever the user needs them. Additionally, the user can drag the actions box to the place
that is more practical for him, and the box will always follow when the user scrolls the page. It will also show a count of how many checkboxes were selected.

Continue reading about Sliding Checkbox Actions Menu with jQuery