How do I render Jquery?

Alphine_Mapa
New Member
1 0 0

I tried uploading jquery on assets and link the source on theme.liquid but it doesnt work.

Reply 1 (1)
tim
Shopify Expert
3067 178 1120

Hi there, 

generally, it should look like

{{ 'jquery.min.js' | asset_url | script_tag }}

However, unless you are creating your theme from scratch I pretty much doubt that it does not already include jQuery, directly or mayby as part of, say, vendor.js or other javascript file.

Sharing the shop url or at least the theme name will help better understand your problem.

Now with