[jQuery] Einbinden von jQuery im Code

// global
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>

// lokal
<script type="text/javascript" src="jquery.js"></script>