Chart integration with external jQuery library

I am trying to integrate Primefaces and JQueryUI and I am facing some problems. Is there a way to integrate an external jQuery library with Primefaces? Things that happen include dialog boxes that are not displayed.

+4
source share
1 answer

A few days ago there was a similar question asked here . Some experiences and workarounds are there.

Quote from my own answer:

My experience:

I had the same problem and never got it working with both jquery libs. (I use jQuery instead of $, but never tried jQuery.noConflict ()).

My solution was to use only lib complete with primary ones.

+2
source

Source: https://habr.com/ru/post/1346602/


All Articles