jquery compile error on "

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.



  1. <html:hidden property="authenticationCode" />
  2. <input type="number"
  3. id="authenticationCode"
  4. class="text_field text1"
  5. min="0" max="99999999" inputmode="numeric" pattern="\d*"
  6. autocapitalize="off" submitName="" autocomplete="off"
  7. maxlength="8"
  8. onblur="$(&quot;input[type='hidden'][name='authenticationCode']&quot;).val(this.value);" />