0

I am using IE8 and for some reason, the following snippet of code:

<td>
<input type="checkbox" id="MOBILE_TECH_1" name="p_v47" value="4G&#x2F;LTE"  ><label for="MOBILE_TECH_1">4G&#x2F;LTE</label>
</td>

is giving me this error:

Message: Syntax error, unrecognized expression: [value=4G/LTE]
Line: 4
Char: 13976
Code: 0
halfer
  • 19,824
  • 17
  • 99
  • 186
tonyf
  • 34,479
  • 49
  • 157
  • 246

1 Answers1

0

Since I was only having the issue in IE8 and not in Chrome or Firefox browsers and due to time constraints, I simply performed some backend data modifications to ensure that there were no "/" within the data I was processing.

This solved my issue.

tonyf
  • 34,479
  • 49
  • 157
  • 246