jQuery ProgressBar-对象不支持?

问题描述

| 只是尝试在网站上添加jQuery progressbar。 我做了jquery文档说的添加id = progressbar的div
<div id=\"progressbar\"></div>
然后我有:
<script src=\"include/jquery-1.5.1.min.js\" type=\"text/javascript\"></script>
<script type=\"text/javascript\">
$(document).ready(function(){
  $(\'#progressbar\').progressbar({ value: 37 }); //dies here
   });
但是我看到对象在IE中不支持此属性或方法。它指向第3行“ 21” char:
  $(\'#progressbar\').progressbar({ value: 37 }); //dies here
我是否需要做其他事情才能显示此进度条? 编辑 我还补充说:
<script src=\"include/jquery-ui-1.8.13.custom.min.js\" type=\"text/javascript\"></script>
所以现在我看不到错误,但也看不到进度栏...     

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)