Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
请告诉我 jquery 组件不工作我应该为 jquery Mobile 导入哪些库
好的,首先,你的问题并不是最清楚的^^。如果您想要导入 jquery-mobile,请使用以下行:
<script src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
您似乎正在尝试将属性应用于不存在的对象,如果您的问题没有解决,请发布一些代码。