I am running jquery code in custom.js
My code works if I include
in the of theme.liquid, but if I do, the rest of the site & images breaks.
If I don’t include the jquery src… I get a console error:
Uncaught TypeError: $ is not a function
I’m using the “pipeline” theme… not sure what I should do.