Home | History | Annotate | Download | only in parse-only

Lines Matching refs:each

154 	each: function( callback, args ) {
155 return jQuery.each( this, callback, args );
182 return this.each(function(i){
207 jQuery.each( text || this, function(){
208 jQuery.each( this.childNodes, function(){
241 return this.each(function(){
247 return this.each(function(){
329 ret.find("*").andSelf().each(function(){
459 return this.each(function(){
470 jQuery( "option", this ).each(function(){
526 jQuery.each( scripts, evalScript );
671 each: function( object, callback, args ) {
684 // A special, fast, case for the most common use of each
712 jQuery.each((classNames || "").split(/\s+/), function(i, className){
760 jQuery.each( which, function() {
864 jQuery.each(elems, function(i, elem){
1149 // Go through the array, translating each of the items to their
1177 jQuery.each({
1198 jQuery.each({
1218 jQuery.each({
1242 jQuery( "*", this ).add([this]).each(function(){
1261 return this.each( fn, arguments );
1382 return this.trigger("setData" + parts[1] + "!", [parts[0], value]).each(function(){
1388 return this.each(function(){
1401 return this.each(function(){
1409 return this.each(function(){
2478 jQuery.each(types.split(/\s+/), function(index, type) {
2542 jQuery.each(types.split(/\s+/), function(index, type){
2615 jQuery.each( jQuery.cache, function(){
2786 jQuery.each( (jQuery.data(this, "events").live || {}), function(){
2880 jQuery.each({
2896 return type == "unload" ? this.one(type, data, fn) : this.each(function(){
2906 return this.each(function(){
2912 return this.each(function(){
2918 return this.each(function(){
2994 jQuery.each(jQuery.data(this, "events").live || [], function(i, fn){
3006 jQuery.each(elems, function(){
3031 jQuery.each( jQuery.readyList, function(){
3093 jQuery.each( ("blur,focus,load,resize,scroll,unload,click,dblclick," +
3281 self.each( callback, [res.responseText, status, res] );
3312 jQuery.each( "ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i,o){
3744 jQuery.each( a, function(){
3754 jQuery.each( a[j], function(){
3778 jQuery.each( fxAttrs.concat.apply([], fxAttrs.slice(0,num)), function(){
3854 this.each(function(){
3868 return this[ optall.queue === false ? "each" : "queue" ](function(){
3892 jQuery.each( prop, function(name, val){
3933 this.each(function(){
3954 jQuery.each({
4093 // Each step of an animation
4301 jQuery.each( ['Left', 'Top'], function(i, name) {
4310 this.each(function() {
4328 jQuery.each([ "Height", "Width" ], function(i, name){