简体   繁体   English

以编程方式获取Jquery移动版

[英]Get Jquery mobile version programmatically

Is there a way to get the Jquery mobile version programmatically? 有没有办法以编程方式获得Jquery移动版?

I've found two ways for regular Jquery, but nothing for JQuery mobile: 我发现了常规Jquery的两种方法,但JQuery mobile没有:

$.prototype.jquery
$.fn.jquery

How can I ensure that some sprecific JQM version is used on the current page? 如何确保在当前页面上使用某些精确的JQM版本?

Thanks @Omar for his comment, 感谢@Omar的评论,

$.mobile.version

does the job 做的工作

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM