Evaluates the specified expression without returning a value.
Syntax
void expression || void(expression)
Example
Click here to do nothing // Creates a link that does nothing.
Remarks
Use void as a placeholder in your HTML code.
void expression || void(expression)
Click here to do nothing // Creates a link that does nothing.
Use void as a placeholder in your HTML code.