jquery compile error on "
Dear all,
I have below code that having compile error. But I do not know and cannot find in some web site. Is there any way to solve this??
Multiple annotations found at this line:
- Expected end of statement or
expression.
- <html:hidden property="authenticationCode" />
- <input type="number"
- id="authenticationCode"
- class="text_field text1"
- min="0" max="99999999" inputmode="numeric" pattern="\d*"
- autocapitalize="off" submitName="" autocomplete="off"
- maxlength="8"
- onblur="$("input[type='hidden'][name='authenticationCode']").val(this.value);" />