我正在使用j Query 1.7和j Query UI 1.8.16。
I made a js fiddle to show what I m doing however it works fine. and it blows up in internet explorer.
http://jsfiddle.net/MEDtE/4/
我认为,这可能与我使用自食堂主题有关,但我看不出原因。
I traced the problem to the jQuery cur function
cur: function () {
if (this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null)) {
return this.elem[this.prop];
}
var parsed,
r = jQuery.css(this.elem, this.prop);
// Empty strings, null, undefined and "auto" are converted to 0,
// complex values such as "rotate(1rad)" are returned as is,
// simple values such as "10px" are parsed to Float.
return isNaN(parsed = parseFloat(r)) ? !r || r === "auto" ? 0 : r : parsed;
}
<代码>后继地点top
的价值,该数值已退还。
j 贵族认为这一数值是一个百分点,是纳恩。
我能否确定这一点?