Searched refs:stateVal (Results 1 – 1 of 1) sorted by relevance
2247 toggleClass: function( value, stateVal ) { argument2249 isBool = typeof stateVal === "boolean";2253 jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );2263 state = stateVal,