func_unit.hasClass(className, value, callback) -> Boolean|funcUnit
{String}
The part of the className to search for.
{optional:Boolean|Function}
If provided uses this as a check before continuing to the next action.
{optional:Function}
a callback that will run after this action completes.
{Boolean|funcUnit}
if the value parameter is not provided, returns if the className is found in the element's className. If a value paramters is provided, returns funcUnit for chaining.