标签: jquery
我的第2页jQuery版本,其中一个我添加了
var costumName = $.noConflict(true);
有没有办法打印版本使用没有冲突?
答案 0 :(得分:2)
这将返回jQuery版本:
$.fn.jquery
所以要获得第二个,定义为costumName,它应该是:
costumName
costumName.fn.jquery