2017-02-20 16:04:50 -07: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>