Unobtrusivelib

码农软件 · 软件分类 · 其他jQuery插件 · 2020-01-12 14:14:05

软件介绍

Unobtrusivelib is a collection of small javascripts behaviors intended to replace the presence of script in the body of pages, as to open a popup or cleaning out a form field on the focus.

To enable all modules, we call the jQuery.unobtrusivelib() method on the "document ready" event:

jQuery(function(){
jQuery.unobtrusivelib();
});

It is also possible to list only the modules used in an array:

jQuery(function(){
jQuery.unobtrusivelib(["inputAutoFocus", "inputAutoClear", "popup", "external"]);
});

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

啊哈!算法

啊哈!算法

啊哈磊 / 人民邮电出版社 / 2014-6-1 / 45.00元

这不过是一本有趣的算法书而已。和别的算法书比较,如果硬要说它有什么特点的话,那就是你能看懂它。 这是一本充满智慧和趣味的算法入门书。没有枯燥的描述,没有难懂的公式,一切以实际应用为出发点, 通过幽默的语言配以可爱的插图来讲解算法。你更像是在阅读一个个轻松的小故事或是在玩一把趣味解谜 游戏,在轻松愉悦中便掌握算法精髓,感受算法之美。 本书中涉及到的数据结构有栈、队列、链表、树......一起来看看 《啊哈!算法》 这本书的介绍吧!

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具