Submit your widget
40
Yays

Sortable text list with jQuery

6 months ago   Views 18268   downloads 2430   Text & Link Effects

this is a 3 KB cross-browser native JavaScript that makes your plain HTML lists super flexible, searchable, sortable and filterable. Yeah! Do you also want the possibility to add, edit and remove items…

40
Yays

Pure CSS3 list styles effect

9 months ago   Views 13322   downloads 2190   Text & Link Effects

you’ll learn how to add some CSS3 fine tuning to your ordered lists, using a semantic approach. The HTML Below you’ll find nothing than simple ordered list markup <ol class="rounded-list">…

61
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

about a year ago   Views 16681   downloads 2928   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…

39
Yays

jQuery Text Cloud effect

about a year ago   Views 15482   downloads 2078   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…

47
Yays

scrollorama---The jQuery cool scrolly plugin

about a year ago   Views 10546   downloads 1211   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()…

53
Yays

JQuery Text Hover Blur effect

about a year ago   Views 11993   downloads 1333   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…

93
Yays

Auto Scroll News Ticker with jQuery

about a year ago   Views 43783   downloads 8868   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…

67
Yays

jQuery animation Shuffle Letters Effect

about a year ago   Views 13717   downloads 2425   Text & Link Effects

we will be making a jQuery plugin that will shuffle the text content of any DOM element – an interesting effect that can be used in headings, logos and slideshows The Code The first step is to write…

74
Yays

Pure CSS3 simple 3D text effect

about a year ago   Views 12806   downloads 2120   Text & Link Effects

The basic idea is pretty simple. You can get a nice 3D effect combining multiple levels of text-shadow. The code required to get this result is something like: text-shadow: rgb(187, 187, 187) 0px 1px…

63
Yays

Vertical scrolling news effect with jQuery

about a year ago   Views 14101   downloads 2153   Text & Link Effects

Totem makes vertical tickers easy to implement by: Turning a list of items into an animated ticker that auto-advances Specifying anchors for stop, start, next, and previous navigation links. Installation…

56
Yays

bouncing text with jQuery

about a year ago   Views 10438   downloads 1425   Text & Link Effects

Bouncy text is a jQuery plugin that animates text, bouncing each letter matched in the selector at random intervals. A pointless, if slightly fun method to make your page a little quirky. Here's the…

63
Yays

Very Useful News Ticker with jQuery

about a year ago   Views 13737   downloads 3182   Text & Link Effects

Cool news ticker! Seems familiar... Taking inspiration from the BBC News website ticker, jQuery News Ticker brings a lightweight and easy to use news ticker to jQuery. And what do I do with these files?…

62
Yays

Useful Reads and parses XML file with jQuery

about a year ago   Views 8786   downloads 1333   Text & Link Effects

This tutorial will guide you how to build a jQuery script that reads and parses XML file and display data in random order. I made this because I believe some of us might get this kind of request from…

68
Yays

jQuery search form list filtering

about a year ago   Views 13529   downloads 3206   Form

Here’s a clever little script that’s certainly useful if you want to give users the functionality to refine search results or filter product results. If you had a list of films with long titles…

83
Yays

Awesome RSS Driven Dynamic News Slider Plugin with jQuery

about a year ago   Views 20098   downloads 3717   Text & Link Effects

Dynamic News is a jQuery news slider plugin that makes news integration to your web site very easy. Dynamic News plugin supports two ways to add news data. You can either enter your news via HTML markups…