JSmile

程序名称:JSmile

授权协议: 未知

操作系统: 未知

开发语言:

JSmile 介绍

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*/);

JSmile 官网

http://plugins.jquery.com/project/JSmile

相关编程语言

多功能下拉选择插件 SelectPage 简洁而强大的下拉分...
AutoComplete 是一个 jQuery Mobile 的插件,用于实...
Combogrid 是一个jQuery插件用于为输入框添加高级自...
Autobox2这个jQuery插件,可以用于创建类似于Facebo...
Link Scraper TextBox 是一个文本框的扩展插件,当你...
Awesomplete 超小超好用的超漂亮的 autocomplete 框...