Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

JSmile - smiles everywhere in few bytes


Average rating
(2 votes)

In a totally unobtrusive way for both (x)html and javascript events/functionality, this plug-in allows you to add, and remove, smiles in an entire document or only in some specified element.

Basic examples

$(function(){
    $(document.body).smile();
});

You can specify only one or more elements too.

$("div.post, p.comments").smile();

And remove them whenever you want.

$("div.post, p.comments").smile(false);

The optional argument is true by default and the method return the instance itself.

$(document.body).smile().find("a").click(/*doStuff*/);

Releases

Official releasesDateSizeLinksStatus
0.4.0-stand alone version2008-Sep-1213.1 KBRecommended for 1.0.xThis is currently the recommended release for 1.0.x.