Lines Matching refs:each

29 },each:function(callback,args){return jQuery.each(this,callback,args);
36 }}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pr…
42 jQuery.each(text||this,function(){jQuery.each(this.childNodes,function(){if(this.nodeType!=8){ret+=…
51 },wrapInner:function(html){return this.each(function(){jQuery(this).contents().wrapAll(html);
53 },wrap:function(html){return this.each(function(){jQuery(this).wrapAll(html);
72 var clone=ret.find("*").andSelf().each(function(){if(this[expando]!=undefined){this[expando]=null;
74 if(events===true){this.find("*").andSelf().each(function(i){if(this.nodeType==3){return ;
102 }return this.each(function(){if(this.nodeType!=1){return ;
105 jQuery("option",this).each(function(){this.selected=(jQuery.inArray(this.value,values)>=0||jQuery.i…
122 }else{return this.trigger("setData"+parts[1]+"!",[parts[0],value]).each(function(){jQuery.data(this…
124 }},removeData:function(key){return this.each(function(){jQuery.removeData(this,key);
127 return this.each(function(){if(!elems){elems=jQuery.clean(args,this.ownerDocument);
132 jQuery.each(elems,function(){var elem=clone?jQuery(this).clone(true)[0]:this;
137 scripts.each(evalScript);
189 }},each:function(object,callback,args){var name,i=0,length=object.length;
200 },className:{add:function(elem,classNames){jQuery.each((classNames||"").split(/\s+/),function(i,cla…
213 jQuery.each(which,function(){padding+=parseFloat(jQuery.curCSS(elem,"padding"+this,true))||0;
262 }jQuery.each(elems,function(i,elem){if(!elem){return ;
339 jQuery.each({parent:function(elem){return elem.parentNode;
353 jQuery.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replac…
354 return this.each(function(){for(var i=0,length=args.length;
360 jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");
365 …ctor||jQuery.filter(selector,[this]).r.length){jQuery("*",this).add(this).each(function(){jQuery.e…
371 }}},function(name,fn){jQuery.fn[name]=function(){return this.each(fn,arguments);
374 jQuery.each(["Height","Width"],function(i,name){var type=name.toLowerCase();
899 return this[optall.queue===false?"each":"queue"](function(){if(this.nodeType!=1){return false;