func_unit.outerHeight(outerHeight, callback) -> String|funcUnit
{optional:Number|Function}
If provided uses this as a check before continuing to the next action. Or you can provide a function that returns true to continue to the next action.
{optional:Function}
a callback that will run after this action completes.
{String|funcUnit}
if outerHeight is provided, returns the funcUnit selector for chaining, otherwise returns the outerHeight of the selector.
Gets an element's outerHeight or waits until it equals a specified value.