Magento – Magento 2: specify jquery version for external js library

javascriptjquerymagento2

I'm trying to use a jquery plugin for a flipbook on magento 2 but it's not working with my version of jquery.
On magento 2 i'm using v1.12.4 and the jquery plugin is using v1.11.0.

Is there a way to specify which version of jquery is required?

thanks!

Best Answer

You have to modify your theme's default_head_blocks.xml file.

You can find the how to do it here:

Magento 2 properly update core jquery lib

Related Topic