检测浏览器是否支持jQueryMobile
答
您可以检查浏览器的档次。
if($.mobile.gradeA()){
alert("Supports");
}else{
alert("Does not support");
}