Forum Discussion
Payal
8 years agoDirector
Hi Snaffle,
You have to first define the jquery CDN which is as follows:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
<script>
//Your code
</script>
Thanks
You have to first define the jquery CDN which is as follows:
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js" type="text/javascript"></script>
<script>
//Your code
</script>
Thanks
snaffle
8 years agoExpert
Hi Payal,
Thanks for the quick reply, and yes we know how to include it but including a second JQuery library was what we were hoping to avoid.
But it looks like including it again is the only solution.