Home
last modified time | relevance | path

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

/f-stack/tools/libxo/xohtml/external/
H A Djquery.js2312 toggleClass: function( value, stateVal ) { argument
2314 isBool = typeof stateVal === "boolean";
2318 jQuery( this ).toggleClass( value.call(this, i, this.className, stateVal), stateVal );
2328 state = stateVal,