I have included JQuery1.5 in the header of a JSF page. In that page there is a bunch of Primefaces components already coded. After I have included the Jquery.js
in the header of the page, some primefaces components like <p:commandButton>
loses their skin and <p:fileUpload>
becomes looking like normal JSP <input type="file">
and losing its AJAX capability entirely.
Is there a way to use JQuery safely along with primefaces(without conflict)?