Im developing a project with primefaces 5, one page uses a js file that needs jquery, but shows Uncaught TypeError: undefined is not a function, but when I cha
Uncaught TypeError: undefined is not a function
I had also like you problem. Make sure script declaration as below example. Don't use $(....) sing. Use jQuery(...). It is ok for me.
script
$(....)
jQuery(...)
Multiple different versions of jQuery co-existing