升级IOS9后,JQuery mobile 出现了个bug问题。<select>,<ul><li></li></ul> 出现闪退。
解决方法:
必须加在 jquery.js 和 jquerymobile.js 中间
<script src="......../...../jquery-2.0.0.min.js"></script><script type="text/javascript">$(document).bind("mobileinit",function(){$.mobile.hashListeningEnabled=false;});</script><script src="......./......./jquery.mobile-1.4.5.min.js"></script>