Searched refs:stateVal (Results 1 – 1 of 1) sorted by relevance
1295 toggleClass: function( value, stateVal ) { argument1296 var type = typeof value, isBool = typeof stateVal === "boolean";1301 self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal );1309 state = stateVal,