Jquery was not loaded in Page application

mark json asked on March 15, 2022 10:44

I'm building a slider widget in my Home page. Jquery for display slider didn't loaded so my slider can't display correctly in Page application. No problem with preview or live mode. I using slick as slider library.

Any ideas?

Recent Answers


Brian McKeiver answered on March 15, 2022 16:26

There is most likely a conflict with Kentico's Page's application loading its own jQuery and your implementation. Are you following the docs on using jQuery in noconflict mode ?

https://docs.xperience.io/k12sp/custom-development/best-practices-for-customization

0 votesVote for this answer Mark as a Correct answer

vasu yerramsetti answered on March 15, 2022 19:47

Add jQuery files into Script folder on your MVC solution if it is missing.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.