Submit your widget
14
Yays

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

Views 10658   downloads 1093   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 ()…

8
Yays

Useful JQuery Text Editor Plugin

Views 6772   downloads 1170   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…

9
Yays

A jQuery Plugin which lets you Share what you selected

Views 5036   downloads 905   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…

12
Yays

Blinker is a simple text color transformation animation jquery plugin

Views 5943   downloads 1408   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>…

19
Yays

The split-flap displays with jQuery plugin

Views 7086   downloads 1653   Text & Link Effects

A jQuery number display Flapper is a jQuery plugin that replicates the split-flap (or "Solari") displays that used to be common in train stations and airports, and your dad's alarm clock…

61
Yays

Text and images scroll with jquery plugin

Views 21367   downloads 6227   Slideshow & Scroller

Usage: Add js file: <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="jquery.scrollbox.js"></script> Add…

24
Yays

support mobile devices Liquid Slider effect

Views 11212   downloads 2233   Slideshow & Scroller

The last responsive content slider you'll ever need Advanced CSS3 transitions Unfortunately, traditional animations are not always as smooth as you'd want them to be, specifically on some mobile…

35
Yays

simple jQuery and CSS3 text animations

Views 12090   downloads 2715   Text & Link Effects

Textillate.js combines some awesome libraries to provide an ease-to-use plugin for applying CSS3 animations to any text. Usage Let's start with the basic markup: <h1 class="tlt">My…

93
Yays

impress lightbox effect

Views 25227   downloads 3688   Lightbox & Dialog & Overlay

It's a presentation framework based on the power of CSS3 transforms and transitions in modern browsers and inspired by the idea behind prezi.com. Currently impress.js works fine in latest Chrome/Chromium…

95
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

Views 25388   downloads 5039   Text & Link Effects

Animation effects Textualizer currently has the following effects: fadeIn, slideLeft, slideTop, and random. You can choose which effect to use by setting the effect option. Usage var list = ['first…

65
Yays

jQuery Text Cloud effect

Views 24797   downloads 3706   Text & Link Effects

jQCloud is a jQuery plugin that builds neat and pure HTML + CSS word clouds and tag clouds that are actually shaped like a cloud Installation Installing jQCloud is extremely simple: Make sure to import…

68
Yays

scrollorama---The jQuery cool scrolly plugin

Views 17360   downloads 2990   Text & Link Effects

Design and build your site, dividing your content into blocks. Embed scrollorama.js after jQuery and initialize the plugin, passing the blocks class selector as a parameter. $(document).ready(function()…

65
Yays

cool Typing Game with jQuery

Views 12407   downloads 1828   Layout & Interface

Continue from my previous post, about detecting character in jquery, now try to some more sophisticated example, this game inspired by an old shark typing game, which is created by pop cap game, but it…

77
Yays

JQuery Text Hover Blur effect

Views 19275   downloads 2356   Text & Link Effects

the  code will make a text blur on hover,I Got idea from the shadow created with the text-shadow property of CSS, That was blurry as i needed so i made the text transparent. What i got was the thing…

137
Yays

Auto Scroll News Ticker with jQuery

Views 72684   downloads 16282   Text & Link Effects

There are a lot of different jQuery News Ticker plugins with lot of options that you can use. the demo will create one on your own in only 4 lines od jQuery code ? Idea is pretty simple, take first element…