jQuery jquery 属性
jQuery 教程
· 2019-03-30 06:57:50
实例
输出当前正在运行的 jQuery 版本:
$("button").on("click",function(){
var version = $().jquery;
alert("你正在运行的jQuery版本为: " + version);
});
var version = $().jquery;
alert("你正在运行的jQuery版本为: " + version);
});
定义和用法
jquery 属性返回的字符串包含 jQuery 的版本号。
语法
$().jquery
点击查看所有 jQuery 教程 文章: https://www.codercto.com/courses/l/35.html
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》 这本书的介绍吧!