Lines Matching refs:attr
168 attr: function( name, value, type ) {
174 return this[0] && jQuery[ type || "attr" ]( this[0], name );
185 jQuery.attr(
198 return this.attr( key, value, "curCSS" );
786 ret = jQuery.attr( style, "opacity" );
967 attr: function( elem, name, value ) {
1022 return jQuery.attr( elem.style, "cssText", value );
1028 var attr = !jQuery.support.hrefNormalized && notxml && special
1034 return attr === null ? undefined : attr;
1220 jQuery.attr( this, name, "" );
1660 ATTR: /\[\s*((?:[\w\u00c0-\uFFFF_-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,
1817 ATTR: function(match, curLoop, inplace, result, not, isXML){
2011 ATTR: function(elem, match){
4071 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4086 this.options.orig[this.prop] = jQuery.attr( this.elem.style, this.prop );
4127 jQuery.attr(this.elem.style, p, this.options.orig[p]);
4161 jQuery.attr(fx.elem.style, "opacity", fx.now);