jQuery jquery 属性
示例
警示当前正在运行的 jQuery 版本
$("button").on("click",function(){
var version = $().jquery;
alert("You are running jQuery version: " + version);
});
亲自试一试 »
定义和用法
jquery 属性返回一个包含 jQuery 版本号的字符串。
语法
$().jquery
警示当前正在运行的 jQuery 版本
$("button").on("click",function(){
var version = $().jquery;
alert("You are running jQuery version: " + version);
});
亲自试一试 »
jquery 属性返回一个包含 jQuery 版本号的字符串。
$().jquery
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]