谁能告诉http://iphone.paulmillersubaru.com/index.htm#index_p_2Ehtm使用了哪个 Javascript 框架
这是基于 jquerymobile.com 还是使用其他框架?
谢谢,
贾廷德思德
谁能告诉http://iphone.paulmillersubaru.com/index.htm#index_p_2Ehtm使用了哪个 Javascript 框架
这是基于 jquerymobile.com 还是使用其他框架?
谢谢,
贾廷德思德
如果我查看页面源代码并搜索 javascript,我可以看到它使用的所有库。你也可以:
<script type="text/javascript" src="http://static.dealer.com/v8/global/js/jquery/jquery-1.4.1.mod.pack.js?1319813505000"></script>
对我来说看起来像 jQuery。
是的,它使用的是 jquery 框架。
只需右键单击并查看页面源代码。
搜索 Jquery。你会找到它的 :)
该网站还包括jQTouch
. 这提供了动画。
它不使用 jQuery mobile,它使用bootstrap.js和其他一些 js 文件。正如其他人提到的那样,准确地查看站点正在使用哪些 js 文件并不难,只需查看源代码或在调试器(firebug、web 检查器 等)中打开它。