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://codercto.com/soft/d/23452.html

创业在路上

创业在路上

罗永浩 / 中信出版集团 / 2018-9 / 58.00 元

★ 罗永浩的人生经历就是一本典型的创业宝典,对于如今的年轻人,具有可借鉴的实用价值。 ★ 还原了真实的、区别于公众形象的罗永浩。 ★ 送给创业者满满的干货: 比如“并不是所有人都适合创业。”“管控公司zui重要的三件事:找钱、找人和定战略方向。”“不要试图去补短板,一定不要自己去补自己不擅长的”等 ★ 《创业在路上》集结了2017年超长对话栏目《长谈》、罗永浩的创业分享课的......一起来看看 《创业在路上》 这本书的介绍吧!

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

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

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

在线 XML 格式化压缩工具