Submit your widget
12
Yays

Create context menus (right-click menus) for any element with jquery

Views 8115   downloads 697   Menu & Navigation

Description Create Chrome-styled context menus (right-click menus) for any element with jQuery. Example usage $('#one').chromeContext({ items: [ { title: 'Hello', onclick: function ()…

11
Yays

jQuery Hashchange - A jQuery plugin to custom url hash (uri fragment id) values

Views 6460   downloads 704   Menu & Navigation

jQuery Hashchange - A jQuery plugin to custom url hash (uri fragment id) values. Example: /* Code below means: 1. Call onSet() callback each time when url changes to http://.../#!/login/ 2. Call onRemove()…

10
Yays

simple slide navigation with JQuery plugin

Views 7134   downloads 1269   Menu & Navigation

This is a  simple JQuery plugin which turns a nested unordered list of links into a beautiful vertical multi-level slide navigation, with ability to preserve expanded sub-menus between sessions by…

5
Yays

jQuery Multi Level dropdown Menu

Views 618   downloads 332   Menu & Navigation

As your website grows, so does the need for better navigation and sometimes the navigation becomes the driving force for better user experience. jQSimpleMenu is a multi-level hierarchical jQuery drop…