In Subscribe, you can add External Libraries. Currently, you can add jQuery, Bootsrap and FontAwesome.
Adding External Libraries: jQuery
- Inside your project, open the Code Editor found in the left hand sidebar.
- Click on the Page icon to view all the pages inside your project.
- On the page that you want to add jQuery or other external library, select the three dots (Page Options) next to the page name.
- A dropdown will appear, select "Add/Remove External Libraries"
- A popup window will prompt you to select the libraries you wish to include. In the example below, we have selected jQuery.
- Click on the Save Button. Subscribe will add the selected libraries at the end of your page code.
NOTE:
To ensure effective use of scripts, place any other scripts AFTER jQuery script tag:
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
- Save all changes