Searched refs:stateVal (Results 1 – 1 of 1) sorted by relevance
2312 toggleClass: function( value, stateVal ) { argument2314 isBool = typeof stateVal === "boolean";2318 jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );2328 state = stateVal,