Submit your widget
14
Yays

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

Views 7523   downloads 960   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()…

14
Yays

simple slide navigation with JQuery plugin

Views 9761   downloads 1609   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…

14
Yays

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

Views 10631   downloads 1083   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 ()…

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…