$.fn.hasScrollBar = function () {
"use strict";
return this.get(0).scrollHeight > this.height();
}
JSLint抱怨说:
Unexpected '(end)'.
}
line 5 character 1
有什么想法有什么问题吗?
$.fn.hasScrollBar = function () {
"use strict";
return this.get(0).scrollHeight > this.height();
}
JSLint抱怨说:
Unexpected '(end)'.
}
line 5 character 1
有什么想法有什么问题吗?