文件名称:jSmile
- 所属分类:
- 其他小程序
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2013-01-24
- 文件大小:
- 7kb
- 下载次数:
- 0次
- 提 供 者:
- sdfa****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在一个完全不显眼的方式对于(x)html和javascr ipt事件/功能,这个插件允许您添加和删除,微笑在整个文档或只在一些指定的元素。
基本例子
$(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*/) -In a totally unobtrusive way for both (x)html and javascr ipt 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*/)
基本例子
$(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*/) -In a totally unobtrusive way for both (x)html and javascr ipt 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.js