Submit your widget
13
Yays

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

Views 10444   downloads 1037   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 ()…

13
Yays

simple slide navigation with JQuery plugin

Views 9576   downloads 1568   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…

7
Yays

Useful JQuery Text Editor Plugin

Views 6614   downloads 1118   Text & Link Effects

jQuery TE . This  is a  useful text editor with  jQuery plugin.  it works with WYSIWYG model. jQuery TE works with same performance on the most preferred browsers. And its…

7
Yays

Opening new browser window with jQuery plugin

newWindow is a super-simple jQuery plugin for opening new browser windows when an anchor is clicked. Code: (function ($) { $.extend($.fn, { newWindow: function (options) { var defaults = {open: function…

5
Yays

IE8 expand select width with jquery

Views 4717   downloads 725   Form

This page demonstrate the use of jQuery plugin ie_expand_select_width to fix select box width issue on IE8. Contrary to several other solutions, this script keep the page layout intact and is keyboard…

8
Yays

A jQuery Plugin which lets you Share what you selected

Views 4899   downloads 856   Tooltips

ContentShare is a jQuery plugin which lets you share the exact content on a page which you actually want to share. It enables you to share selected text on your social network rather the default…

4
Yays

UpDown.js - Moving up and down with either keyboard commands or custom events with jquery

Views 9499   downloads 1181   Layout & Interface

UpDown.js is a jquery plugin that provides a flexible way to traverse through containers and their child elements with either keyboard commands or custom events. Requirements jQuery 1.4.2+ Usage Basic…

21
Yays

widescreen images switching effects focus map with jQuery

Views 10520   downloads 2177   Slideshow & Scroller

Applicable browsers: IE6, IE7, IE8, 360, FireFox, Chrome, Safari, Opera, Maxthon, Sogou, Window of the World. jQuery focus map prepared by the generous widescreen switching effects. The main code: <script…

11
Yays

Blinker is a simple text color transformation animation jquery plugin

Views 5809   downloads 1358   Text & Link Effects

Blinker is a simple animation applied to text on your website. Like the name suggest, it blinks words/letters.  Tip:required jquery ui Usage HTML <div class="header"> <span>B</span>…

12
Yays

colpick - A jQuery RGB, HEX and HSB Color Picker plugin is free, lightweight and customizable

Views 6134   downloads 1065   Color Picker

colpick is a jQuery Color Picker, Selector, Chooser Plugin.   Very intuitive Photoshop-like interface Light and dark easy-to-customize skins use CSS3 Just 35 KB total are loaded by the browser…

16
Yays

gauge.js - A JavaScript animated gauge lib

Views 9492   downloads 1791   Graph & Chart

Features No images, no external CSS - pure canvas No dependencies (jQuery is supported, but not required) Highly configurable Resolution independent Animated guage value changes (!) Works in all…

11
Yays

Yet another jQuery plugin for tabs with some extra features

Views 7138   downloads 1383   Tabs

Features Beyond the standard tabs functionality: Change tabs on mouse over Use animation effect for tabs' changing Ability to use either href or alt attribute to target tab Support of trigger events…

15
Yays

Checkbox group (parent/children) functionality with jQuery plugin

Views 9791   downloads 994   Form

Checkbox group (parent/children) functionality. Makes a checkbox parent of other checkboxes. If the parent is clicked the children are checked/unchecked based on the parent. If all the children are checked,…

13
Yays

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

Views 7438   downloads 931   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

Chosen - Cusom select boxes more user friendly

Views 7244   downloads 1436   Form

Chosen is a library for making long, unwieldy select boxes more user friendly. jQuery support: 1.4+ Prototype support: 1.7+ For documentation, usage, and examples, see: http://harvesthq.github.io/chosen/…