4
嗨,我有一個棘手的問題,我在jQuery中創建的滑塊。完成後,我意識到跨瀏覽器的滑動圖像閃爍(ie9除外)。我想上傳滑塊,但無法找到一個按鈕,所以我在這裏發佈腳本。jQuery滑塊閃爍的問題,如果滑動
嗨,我有一個棘手的問題,我在jQuery中創建的滑塊。完成後,我意識到跨瀏覽器的滑動圖像閃爍(ie9除外)。我想上傳滑塊,但無法找到一個按鈕,所以我在這裏發佈腳本。jQuery滑塊閃爍的問題,如果滑動
jQuery的JS發現這個代碼,並關掉這個
// Simple 'hide' function
hide: function() {
// Remember where we started, so that we can go back to it later
this.options.orig[this.prop] = jQuery.style(this.elem, this.prop);
this.options.hide = true;
// Begin the animation
if ($.browser.msie){
this.custom(this.cur(), 1);
}
else{
this.custom(this.cur(), 0);
}
},
歡迎SO!你不能上傳腳本,所以請在jsfiddle.net上設置演示 – JohnP 2011-04-01 06:57:26