Upgraded primefaces from 5.3.6 to 6.2. Primefaces extn to 3.1.0 to 6.2 in my application.Using IE11 browser.Getting below error in my application. Why jquery shows up undefined when primefaces 6.2 has jquery 3.2.1.
Object doesn't support property or method 'addEventListener'
jquery.js.xhtml (3,147)
The value of the property 'jQuery' is null or undefined, not a Function object for below code
jQuery(document).ready(function() {
-----
---
---
}
In xhtml files added below lines in pages which needs to use jquery
<h:outputScript library="primefaces" name="jquery/jquery.js" target="head"/>
<h:outputScript library="primefaces" name="jquery/jquery-plugins.js" target="head" />