Good Morning,
Struggling with integrating an external JS file from a cdn into the defualt JS file for the vanilla theme. Once I make that connection, I want to add some code like below:
$("#card").flip();
I've tried using the define(['./jquery.flip.min.js'] but it doesn't seem to be doing anything. Also I think Adapt doesn't like the JQuery code.
As a reference, I trying to embed this: https://nnattawat.github.io/flip/
thanks,