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

JavaScript & jQuery交互式Web前端开发

JavaScript & jQuery交互式Web前端开发

[美]达克特(Duckett,J.) / 杜伟、柴晓伟、涂曙光 / 清华大学出版社 / 2015-6-9 / 79.80元

欢迎选择一种更高效的学习JavaScript和jQuery的方式。 你是一名JavaScript新手?或是您曾经向自己的Web页面上添加过一些脚本,但想以一种更好的方式来实现它们?本书非常适合您。本书不仅向您展示如何阅读和编写JavaScript代码,同时还会以一种简单且视觉化的方式,教您有关计算机编程的基础知识。阅读本书之前,您只需要对HTML和CSS有一些了解即可。 通过将编程理论......一起来看看 《JavaScript & jQuery交互式Web前端开发》 这本书的介绍吧!

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

在线压缩/解压 HTML 代码

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

HTML 编码/解码

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

Markdown 在线编辑器