jQuery jquery 属性

jQuery 教程 · 2019-03-30 06:57:50

实例

输出当前正在运行的 jQuery 版本:

$("button").on("click",function(){
    var version = $().jquery;
    alert("你正在运行的jQuery版本为: " + version);
});

定义和用法

jquery 属性返回的字符串包含 jQuery 的版本号。

语法

$().jquery

点击查看所有 jQuery 教程 文章: https://www.codercto.com/courses/l/35.html

查看所有标签

Web Security Testing Cookbook

Web Security Testing Cookbook

Paco Hope、Ben Walther / O'Reilly Media / 2008-10-24 / USD 39.99

Among the tests you perform on web applications, security testing is perhaps the most important, yet it's often the most neglected. The recipes in the Web Security Testing Cookbook demonstrate how dev......一起来看看 《Web Security Testing Cookbook》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

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

在线 XML 格式化压缩工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具