本文档基于 CC协议(Creative Commons Share-Alike License)发布,是developer.mozilla.com, www.mozref.comwww.aptana.com共同劳动的成果。

void

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.