Here is the code iam using for Progress bar of jQuery UI
$(document).ready(function () {
$("#divprogressbar").progressbar({
value: 1
});
$("#divprogressbar").find( ".ui-progressbar-value" ).css({"background": '#005A84'});
$(".progress-label").text($("#divprogressbar").progressbar("value") + "%");
});
I am using the jQuery references
<link href="/Content/jquery-ui.css" rel="stylesheet" type="text/css" />
Here is the div
<div id="divprogressbar" style="width: 200px; border: 1px solid black">
<div class="progress-label" style="color: Black; padding-top: 5px;">
</div>
</div>
IE および chrome ブラウザーでは問題ありませんが、Firefox で実行すると、次のエラーが発生します。
** $(...).progressbar is not a function **
申請書を転送できません。助けてください。前もって感謝します