Lines Matching refs:style

1402 		style: /top/.test( a.getAttribute("style") ),
1411 opacity: /^0.55/.test( a.style.opacity ),
1415 cssFloat: !!a.style.cssFloat,
1490 div.style.width = div.style.paddingLeft = "1px";
1516 testElement.style[ i ] = testElementStyle[ i ];
1528 if ( "zoom" in div.style ) {
1533 div.style.display = "inline";
1534 div.style.zoom = 1;
1539 div.style.display = "";
1556 tds[ 0 ].style.display = "";
1557 tds[ 1 ].style.display = "none";
1571 marginDiv.style.width = "0";
1572 marginDiv.style.marginRight = "0";
1607 style = "style='" + ptlm + "border:5px solid #000;padding:0;'",
1608 html = "<div " + style + "><div></div></div>" +
1609 "<table " + style + " cellpadding='0' cellspacing='0'>" +
1621 …container.style.cssText = vb + "width:0;height:0;position:static;top:0;margin-top:" + conMarginTop…
1626 testElement.style.cssText = ptlm + vb;
1639 inner.style.position = "fixed";
1640 inner.style.top = "20px";
1644 inner.style.position = inner.style.top = "";
1646 outer.style.overflow = "hidden";
1647 outer.style.position = "relative";
2793 if ( !jQuery.support.style ) {
2794 jQuery.attrHooks.style = {
2798 return elem.style.cssText.toLowerCase() || undefined;
2801 return ( elem.style.cssText = "" + value );
6522 jQuery.style( elem, name, value ) :
6539 return elem.style.opacity;
6565 style: function( elem, name, value, extra ) { method
6567 if ( !elem || elem.nodeType === 3 || elem.nodeType === 8 || !elem.style ) {
6573 style = elem.style, hooks = jQuery.cssHooks[ origName ];
6603 style[ name ] = value;
6614 return style[ name ];
6647 old[ name ] = elem.style[ name ];
6648 elem.style[ name ] = options[ name ];
6655 elem.style[ name ] = old[ name ];
6701 …return ropacity.test( (computed && elem.currentStyle ? elem.currentStyle.filter : elem.style.filte…
6707 var style = elem.style,
6710 filter = currentStyle && currentStyle.filter || style.filter || "";
6714 style.zoom = 1;
6722 style.removeAttribute( "filter" );
6731 style.filter = ralpha.test( filter ) ?
6751 ret = elem.style.marginRight;
6773 ret = jQuery.style( elem, name );
6785 style = elem.style;
6789 if ( ret === null && style && (uncomputed = style[ name ]) ) {
6801 left = style.left;
6808 style.left = name === "fontSize" ? "1em" : ( ret || 0 );
6809 ret = style.pixelLeft + "px";
6812 style.left = left;
6850 val = elem.style[ name ] || 0;
6876 …height === 0 ) || (!jQuery.support.reliableHiddenOffsets && ((elem.style && elem.style.display) ||…
8299 if ( elem.style ) {
8300 display = elem.style.display;
8305 display = elem.style.display = "";
8322 if ( elem.style ) {
8323 display = elem.style.display;
8326 elem.style.display = jQuery._data( elem, "olddisplay" ) || "";
8346 if ( elem.style ) {
8358 if ( this[i].style ) {
8359 this[i].style.display = "none";
8450 opt.overflow = [ this.style.overflow, this.style.overflowX, this.style.overflowY ];
8460 this.style.display = "inline-block";
8463 this.style.zoom = 1;
8470 this.style.overflow = "hidden";
8499 jQuery.style( this, p, (end || 1) + unit);
8501 jQuery.style( this, p, start + unit);
8691 …if ( this.elem[ this.prop ] != null && (!this.elem.style || this.elem.style[ this.prop ] == null) …
8736 this.options.orig[ this.prop ] = dataShow || jQuery.style( this.elem, this.prop );
8755 …this.options.orig[ this.prop ] = jQuery._data( this.elem, "fxshow" + this.prop ) || jQuery.style( …
8788 elem.style[ "overflow" + value ] = options.overflow[ index ];
8800 jQuery.style( elem, p, options.orig[ p ] );
8876 jQuery.style( fx.elem, "opacity", fx.now );
8880 if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
8881 fx.elem.style[ fx.prop ] = fx.now + fx.unit;
8893 jQuery.style( fx.elem, prop, Math.max(0, fx.now) );
9090 elem.style.position = "relative";
9235 elem.style ?
9245 elem.style ?