2 "height", "width", "top", "left", "bottom", "right",
3 "paddingTop", "paddingRight", "paddingBottom", "paddingLeft",
4 "marginTop", "marginRight", "marginBottom", "marginLeft",
5 "lineHeight", "maxWidth", "maxHeight", "minWidth", "minHeight",
6 "textIndent", "fontSize"
9 for ( var i = 0; i < pos.length; i++ ) {
12 $.fn[o] = function(a){
15 parseInt( this.css(o) );
21 "clientLeft", "clientTop", "clientWidth", "clientHeight",
22 "offsetLeft", "offsetTop", "offsetWidth", "offsetHeight",
23 "scrollLeft", "scrollTop", "scrollWidth", "scrollHeight"
26 for ( var i = 0; i < posArg.length; i++ ) {
29 $.fn[o] = function(a){
30 return a ? this.each(function(){
31 this[o] = parseInt( a );
32 }) : this.size() > 0 ?