Home
last modified time | relevance | path

Searched refs:stateVal (Results 1 – 1 of 1) sorted by relevance

/plugin/jquery/
H A Djquery-1.4.2.js1295 toggleClass: function( value, stateVal ) { argument
1296 var type = typeof value, isBool = typeof stateVal === "boolean";
1301 self.toggleClass( value.call(this, i, self.attr("class"), stateVal), stateVal );
1309 state = stateVal,