2016-11-02 16:12:13 -06:00

5 lines
287 B
Plaintext

<div w-bind>
<input w-onMouseMove=(false && "handleMouseMove") w-id="inputWithoutHandler" type="button">
<input w-onMouseMove=(true && 'handleMouseMove') w-id="inputWithHandler" type="button">
<input w-onMouseMove='handleMouseMove' w-id="inputWithLiteralHandler" type="button">
</div>