升級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>