gpt4 book ai didi

jquery - 如何检查加载了哪个版本的 jQuery?

转载 作者:IT王子 更新时间:2023-10-29 03:23:30 25 4
gpt4 key购买 nike

如何检查客户端机器上加载的 jQuery 版本?客户端可能加载了 jQuery,但我不知道如何检查它。如果他们加载了它,我该如何检查版本和前缀,例如:

$('.class')
JQuery('.class')

最佳答案

if (typeof jQuery != 'undefined') {  
// jQuery is loaded => print the version
alert(jQuery.fn.jquery);
}

关于jquery - 如何检查加载了哪个版本的 jQuery?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6973941/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com