Interaction Design WikiWeb Development

jQuery

Include

You can include jQuery using the following tag:

<script src="https://code.jquery.com/jquery-3.3.1.min.js" charset="utf-8"></script>

Asynchronous Loading

You can load additional HTML (e.g. a navigation) using jQuery:

$("#result").load("ajax/test.html");