Lines Matching refs:style

1188 		style: /top/.test( a.getAttribute("style") ),
1197 opacity: /^0.55$/.test( a.style.opacity ),
1201 cssFloat: !!a.style.cssFloat,
1271 div.style.width = div.style.paddingLeft = "1px";
1285 body.style[ i ] = bodyStyle[ i ];
1296 if ( "zoom" in div.style ) {
1301 div.style.display = "inline";
1302 div.style.zoom = 1;
1307 div.style.display = "";
1324 tds[ 0 ].style.display = "";
1325 tds[ 1 ].style.display = "none";
1339 marginDiv.style.width = "0";
1340 marginDiv.style.marginRight = "0";
2440 if ( !jQuery.support.style ) {
2441 jQuery.attrHooks.style = {
2445 return elem.style.cssText.toLowerCase() || undefined;
2448 return (elem.style.cssText = "" + value);
6235 jQuery.style( elem, name, value ) :
6252 return elem.style.opacity;
6277 style: function( elem, name, value, extra ) {
6279 if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
6285 style = elem.style, hooks = jQuery.cssHooks[ origName ];
6313 style[ name ] = value;
6324 return style[ name ];
6357 old[ name ] = elem.style[ name ];
6358 elem.style[ name ] = options[ name ];
6365 elem.style[ name ] = old[ name ];
6407 val = elem.style[ name ];
6438 …return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filte…
6444 var style = elem.style, variable in jQuery.cssHooks.opacity
6449 style.zoom = 1;
6455 filter = currentStyle && currentStyle.filter || style.filter || "";
6457 style.filter = ralpha.test( filter ) ?
6477 ret = elem.style.marginRight;
6499 ret = jQuery.style( elem, name );
6512 style = elem.style;
6521 left = style.left;
6527 style.left = name === "fontSize" ? "1em" : (ret || 0);
6528 ret = style.pixelLeft + "px";
6531 style.left = left;
6572 …return (width === 0 && height === 0) || (!jQuery.support.reliableHiddenOffsets && (elem.style.disp…
7974 if ( elem.style ) {
7975 display = elem.style.display;
7980 display = elem.style.display = "";
7997 if ( elem.style ) {
7998 display = elem.style.display;
8001 elem.style.display = jQuery._data(elem, "olddisplay") || "";
8016 if ( this[i].style ) {
8028 if ( this[i].style ) {
8029 this[i].style.display = "none";
8120 opt.overflow = [ this.style.overflow, this.style.overflowX, this.style.overflowY ];
8128 this.style.display = "inline-block";
8136 this.style.display = "inline-block";
8139 this.style.display = "inline";
8140 this.style.zoom = 1;
8148 this.style.overflow = "hidden";
8168 jQuery.style( this, p, (end || 1) + unit);
8170 jQuery.style( this, p, start + unit);
8322 if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {
8374 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
8389 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
8422 elem.style[ "overflow" + value ] = options.overflow[index];
8434 jQuery.style( elem, p, options.orig[p] );
8493 jQuery.style( fx.elem, "opacity", fx.now );
8497 if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
8498 …fx.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx…
8687 …jQuery.extend( container.style, { position: "absolute", top: 0, left: 0, margin: 0, border: 0, wid…
8698 checkDiv.style.position = "fixed";
8699 checkDiv.style.top = "20px";
8703 checkDiv.style.position = checkDiv.style.top = "";
8705 innerDiv.style.overflow = "hidden";
8706 innerDiv.style.position = "relative";
8735 elem.style.position = "relative";