This is very basic but I put this code on layout in custom HTML and JQuery doesn't work:
<script src="https://code.jquery.com/jquery-2.2.3.min.js"
integrity="sha256-a23g1Nt4dtEYOj7bR+vTu7+T8VP13humZFBJNIYoEJo=" crossorigin="anonymous"></script>
How do I load resources from the internet on coach view in IBM BPM? Putting JQuery in to local resources for the project is not an alternative.