How do I get jquery included when I preview?

All Quick 'n Easy Web Builder support issues that are not covered in the forums below.
Post Reply
dhjdhj
Posts: 8
Joined: Fri Jun 21, 2019 1:07 am

How do I get jquery included when I preview?

Post by dhjdhj »

Other than manually inserting something like

<script src="https://ajax.googleapis.com/ajax/libs/j ... "></script>

into the end of the HTML, I can't see how to get the program to generate such an entry automatically.

In the advanced section of the property inspector, there's a field where you can specify a few jquery versions (but not the latest, nor a non-"min" version) but that doesn't seem to help.

Thanks in advance
User avatar
Pablo
Site Admin
Posts: 3918
Joined: Mon Feb 13, 2006 7:00 am
Location: Europe
Contact:

Re: How do I get jquery included when I preview?

Post by Pablo »

jQuery will only be added when it's required for one of the built-in objects.

If you have custom code that needs jQuery then you can add it as a 'resource' for the HTML object, enter:
$JQUERY$

Image
Post Reply