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

Web开发秘方

Web开发秘方

Brian P. Hogan、Chris Warren、Mike Weber、Chris Johnson、Aaron Godin / 七印部落 / 华中科技大学出版社 / 2013-7-10 / 66.00元

猜猜硅谷的前端工程师怎么折腾JS的?想知道无限下拉的列表怎么做吗?你知道DropBox可以当Web服务器用吗?你知道怎么做出跨平台的幻灯片效果吗?不借助插件,怎样在移动设备上实现动画效果?怎样快速搭建和测试HTML电子邮箱?怎样制作跨PC和移动设备显示的应用界面?怎样利用最新的JavaScript框架(Backbone和Knockout)提高应用的响应速度?怎样有效利用CoffeeScript和S......一起来看看 《Web开发秘方》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

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

在线XML、JSON转换工具

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

HEX HSV 互换工具