Lines Matching refs:style

834 	div.style.display = "none";
859 style: /red/.test( a.getAttribute("style") ), property in jQuery.support
868 opacity: /^0.55$/.test( a.style.opacity ),
872 cssFloat: !!a.style.cssFloat,
942 div.style.width = div.style.paddingLeft = "1px";
946 document.body.removeChild( div ).style.display = 'none';
1516 if ( !jQuery.support.style && notxml && name === "style" ) {
1518 elem.style.cssText = "" + value;
1521 return elem.style.cssText;
1540 return jQuery.style( elem, name, value );
4574 jQuery.style( elem, name, value );
4579 style: function( elem, name, value ) {
4590 var style = elem.style || elem, set = value !== undefined;
4597 style.zoom = 1;
4601 var filter = style.filter || jQuery.curCSS( elem, "filter" ) || "";
4602 style.filter = ralpha.test(filter) ? filter.replace(ralpha, opacity) : opacity;
4605 return style.filter && style.filter.indexOf("opacity=") >= 0 ?
4606 (parseFloat( ropacity.exec(style.filter)[1] ) / 100) + "":
4618 style[ name ] = value;
4621 return style[ name ];
4661 var ret, style = elem.style, filter;
4679 if ( !force && style && style[ name ] ) {
4680 ret = style[ name ];
4720 var left = style.left, rsLeft = elem.runtimeStyle.left;
4724 style.left = camelCase === "fontSize" ? "1em" : (ret || 0);
4725 ret = style.pixelLeft + "px";
4728 style.left = left;
4742 old[ name ] = elem.style[ name ];
4743 elem.style[ name ] = options[ name ];
4750 elem.style[ name ] = old[ name ];
5464 this[i].style.display = old || "";
5493 this[j].style.display = jQuery.data(this[j], "olddisplay") || "";
5515 this[j].style.display = "none";
5574 if ( ( p === "height" || p === "width" ) && this.style ) {
5579 opt.overflow = this.style.overflow;
5590 this.style.overflow = "hidden";
5611 self.style[ name ] = (end || 1) + unit;
5613 self.style[ name ] = start + unit;
5737 if ( ( this.prop === "height" || this.prop === "width" ) && this.elem.style ) {
5738 this.elem.style.display = "block";
5744 if ( this.elem[this.prop] != null && (!this.elem.style || this.elem.style[this.prop] == null) ) {
5776 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
5791 this.options.orig[this.prop] = jQuery.style( this.elem, this.prop );
5818 this.elem.style.overflow = this.options.overflow;
5822 this.elem.style.display = old ? old : this.options.display;
5825 this.elem.style.display = "block";
5837 jQuery.style(this.elem, p, this.options.orig[p]);
5894 jQuery.style(fx.elem, "opacity", fx.now);
5898 if ( fx.elem.style && fx.elem.style[ fx.prop ] != null ) {
5899 …fx.elem.style[ fx.prop ] = (fx.prop === "width" || fx.prop === "height" ? Math.max(0, fx.now) : fx…
6024 …jQuery.extend( container.style, { position: "absolute", top: 0, left: 0, margin: 0, border: 0, wid…
6035 checkDiv.style.position = "fixed", checkDiv.style.top = "20px";
6038 checkDiv.style.position = checkDiv.style.top = "";
6040 innerDiv.style.overflow = "hidden", innerDiv.style.position = "relative";
6066 elem.style.position = "relative";