I am getting below error while running my application.
Error : unrecognized expression: value:("More Data Information")
Here "More Data Information" is the text value inside a div.
The code that causes the issue is as below.
if(jQuery('value:("More Data Information")')){ jQuery(this).html('Safety Hazard Deficiency Areas'); return false; }
I got this error message after upgrading the Jquery version to 1.11.1 from 1.4.2. I got this version number using
console.log(jQuery.fn.jquery);
Your timely help is well appreciated.
Thanks in advance.