Lines Matching refs:number
102 // The number of elements contained in the matched element set
456 if ( typeof value === "number" )
703 // Handle passing in a number to a CSS property
704 return typeof value === "number" && type == "curCSS" && !exclude.test( name ) ?
813 // We should always get a number back from opacity
827 // If we're not dealing with a regular pixel number
828 // but a number that has a weird ending, we need to convert it to pixels
865 if ( typeof elem === "number" )
2082 if ( typeof array.length === "number" ) {
2429 * A number of helper functions used for managing events.
3679 // Counter for holding the number of active queries
3976 opt.duration = jQuery.fx.off ? 0 : typeof opt.duration === "number" ? opt.duration :
4036 // Start an animation from one number to another