Main

Selection

Header

Footer

Lines

OUTPUT XML

Searching 8 files for "each"
/Volumes/Drives/library/loot/javascript/frameworks/jquery/jquery-2.1.4/jquery-master/src/attributes/attr.js:
16
17 removeAttr: function( name ) {
18: return this.each(function() {
19 jQuery.removeAttr( this, name );
20 });
/Volumes/Drives/library/loot/javascript/frameworks/jquery/jquery-2.1.4/jquery-master/src/attributes/classes.js:
20
21 if ( jQuery.isFunction( value ) ) {
22: return this.each(function( j ) {
23 jQuery( this ).addClass( value.call( this, j, getClass( this ) ) );
24 });
..
62
63 if ( jQuery.isFunction( value ) ) {
64: return this.each(function( j ) {
65 jQuery( this ).removeClass( value.call( this, j, getClass( this ) ) );
66 });
..
106
126 while ( ( className = classNames[ i++ ] ) ) {
127
128: // Check each className given, space separated list
129 if ( self.hasClass( className ) ) {
130 self.removeClass( className );
/Volumes/Drives/library/loot/javascript/frameworks/jquery/jquery-2.1.4/jquery-master/src/attributes/val.js:
35 isFunction = jQuery.isFunction( value );
36
37: return this.each(function( i ) {
38 var val;
39
..
145
146 // Radios and checkboxes getter/setter
147: jQuery.each([ "radio", "checkbox" ], function() {
148 jQuery.valHooks[ this ] = {
149 set: function( elem, value ) {
BetterFindBuffer-Designer by Mike Gieson - Fork Me on Git Hub