Extend Edge Animate with jQuery

Edge Animate understands already a couple of different languages, like HTML, CSS, JavaScript, and even a little bit of jQuery (which is essentially JavaScript, but in a much more user-friendly way).
But to be able to use the entire power of jQuery, we need to add the entire library to our project.
This is pretty simple to do.

Just click on the plus-icon next to “Scripts” in the Library-Panel in the bottom left corner of the program window.

Library

Then choose “Add JS File from URL” and in the next window paste the following:

http://code.jquery.com/jquery-2.1.4.min.js

You can find the original link and other/newer versions here.
Always get the link for the following:
“Download the compressed, production jQuery 2.x.x”