Waits until the selector is invisible.
//waits until #foo is invisible. S("#foo").invisible()
func_unit.invisible(callback) -> undefined
{optional:Function}
a callback that runs after the selector is invisible, but before the next action.
Waits until the selector is invisible.