JQuery代码没有运行

时间:2012-02-02 06:48:18

标签: jquery jquery-mobile

大家好我是jquery的新手,请帮助我独立于jsfiddle this link在我的系统上运行应用程序..我在我的应用程序中添加了以下资源文件,但仍然没有呈现颜色块..

这些项目已包含在我的头标记中

  1. meta charset =“utf-8”
  2. meta name =“viewport”content =“width = device-width,initial-scale = 1,maximum-scale = 1”
  3. link rel =“stylesheet”href =“http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.css”
  4. script src =“http://code.jquery.com/jquery-1.6.4.min.js”type =“text / javascript”
  5. script src =“http://code.jquery.com/mobile/1.0rc2/jquery.mobile-1.0rc2.min.js”type =“text / javascript”

  6. script src =“jquery.mobile.carousel.js”type =“text / javascript”language =“javascript”

  7. script src =“jquery.ui.ipad.js”type =“text / javascript”language =“javascript”

  8. script type =“text / javascript”language =“javascript”> $(document).ready(function($){ $( “#carousel1”)转盘()。 })(jQuery的);

  9. 请帮助...提前致谢...

1 个答案:

答案 0 :(得分:0)

因此,在第8行看起来,您尝试在加载DOM后将#carousel1设置为carousel()。你的lambda函数对我来说有点不对劲。你的函数($)应该是function()。