Searched refs:stateVal (Results 1 – 1 of 1) sorted by relevance
2261 toggleClass: function( value, stateVal ) { argument2263 isBool = typeof stateVal === "boolean";2267 jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );2277 state = stateVal,