JSmile

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-15 17:56:41

软件介绍

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

本文地址:https://www.codercto.com/soft/d/23452.html

Clever Algorithms

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》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具