JSmile
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/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*/);Clever Algorithms
Jason Brownlee / lulu.com / 2012-6-15 / USD 37.99
Download : http://www.lulu.com/product/file-download/clever-algorithms-nature-inspired-programming-recipes/14696557 Read free on line:http://www.cleveralgorithms.com/nature-inspired/index.html T......一起来看看 《Clever Algorithms》 这本书的介绍吧!
