Submit your widget
61
Yays

JQuery fadeIn, slideLeft, slideTop effect with text

about a year ago   Views 16672   downloads 2925   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 15479   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…

48
Yays

cool Typing Game with jQuery

about a year ago   Views 8000   downloads 955   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…

53
Yays

JQuery Text Hover Blur effect

about a year ago   Views 11985   downloads 1329   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 43778   downloads 8867   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 13714   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…

56
Yays

bouncing text with jQuery

about a year ago   Views 10435   downloads 1423   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…

72
Yays

simple jQuery Typing Text Effect

2 years ago   Views 9606   downloads 1470   Text & Link Effects

The article source:http://www.thepixelart.com/create-a-typing-text-effect-using-jquery/ You must have seen this text effect on many flash websites. jTicker is a jQuery plugin that can be used for creating…

78
Yays

useful radical Web Typography with jQuery

2 years ago   Views 5985   downloads 696   Text & Link Effects

This is a lightweight, easy to use Javascript span injector for radical Web Typography, we're calling it "Lettering Dot JS", and we're releasing it today for free over on Github. Let me demo it for you:…

89
Yays

on-page text highlighting Search with jQuery

2 years ago   Views 10329   downloads 1914   Form

Websites often have search boxes to allow users to find content from their archives. But what if you want to find content on the given page? Information Architects had on-page text search that provides…

108
Yays

Simple jQuery Font Resizer

2 years ago   Views 6736   downloads 1113   Text & Link Effects

we will be learning something about accessiblity. Well, some people may think that it's not important browsers has the zoom in and zoom out functionality anyway, oh well, that's quite true but design…

91
Yays

jQuery long list Page scroll

2 years ago   Views 13526   downloads 1993   Text & Link Effects

A good way to manage long list in short space! jquery.verticalSlider let you show long list of elements managing pagination, it can work with elements already in the DOM of your page or loading them via…

93
Yays

multiple Text Hover Effect With jQuery

2 years ago   Views 10068   downloads 881   Text & Link Effects

Not only Internet Explorer has it flaws when it comes to parsing/using the CSS file. Even though the Webkit engine is the best CSS engine out there (at the moment), I was still able to find a little bug…

88
Yays

CSS&jQuery;: Highlight keywords text

2 years ago   Views 5633   downloads 849   Text & Link Effects

we'll come up with a solution to highlight identified keywords (using named entity recognition) inside of a chunk of user generated text. While the idea was fairly simple, the challenge was creating a…

216
Yays

jQuery Text with Moving Backgrounds

2 years ago   Views 11121   downloads 1880   Text & Link Effects

What are we going to do? We are going to create a container which has a moving background, but only a set of letters will be visible of the background. It will be as if there are holes in your container.…