Unobtrusivelib
- 授权协议: 未知
- 开发语言:
- 操作系统: 未知
- 软件首页: http://plugins.jquery.com/project/unobtrusivelib
软件介绍
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"]);
});JavaScript & jQuery交互式Web前端开发
[美]达克特(Duckett,J.) / 杜伟、柴晓伟、涂曙光 / 清华大学出版社 / 2015-6-9 / 79.80元
欢迎选择一种更高效的学习JavaScript和jQuery的方式。 你是一名JavaScript新手?或是您曾经向自己的Web页面上添加过一些脚本,但想以一种更好的方式来实现它们?本书非常适合您。本书不仅向您展示如何阅读和编写JavaScript代码,同时还会以一种简单且视觉化的方式,教您有关计算机编程的基础知识。阅读本书之前,您只需要对HTML和CSS有一些了解即可。 通过将编程理论......一起来看看 《JavaScript & jQuery交互式Web前端开发》 这本书的介绍吧!
