Showing 254 of 254 total issues
Avoid too many return
statements within this function. Open
Open
return this.each(function(i) {
var self = jQuery(this), val = value;
if ( this.nodeType !== 1 ) {
return;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return (context || rootjQuery).find( selector );
Avoid too many return
statements within this function. Open
Open
return (elem.value || "").replace(rreturn, "");
Avoid too many return
statements within this function. Open
Open
return { top: top, left: left };
Avoid too many return
statements within this function. Open
Open
return this;
Avoid too many return
statements within this function. Open
Open
return true;
Avoid too many return
statements within this function. Open
Open
return elem.getAttribute("value") === null ? "on" : elem.value;
Avoid too many return
statements within this function. Open
Open
return attr === null ? undefined : attr;
Avoid too many return
statements within this function. Open
Open
return i === al ?
siblingCheck( a, bp[i], -1 ) :
siblingCheck( ap[i], b, 1 );
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return jQuery.merge( this, selector );
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return ( diff % first === 0 && diff / first >= 0 );
Avoid too many return
statements within this function. Open
Open
return undefined;
Avoid too many return
statements within this function. Open
Open
return elem[ name ];
Avoid too many return
statements within this function. Open
Open
return elem.style.cssText;
Avoid too many return
statements within this function. Open
Open
return false;
Avoid too many return
statements within this function. Open
Open
return rootjQuery.find( selector );
Avoid too many return
statements within this function. Open
Open
return jQuery.makeArray( selector, this );