JS Library
Include JQuery
Method1
reference it with the HTML <script> tag
<script src="jquery-1.12.4.min.js"></script>
Method 2
reference it in your resource
Step 1
Resource View -> Add Resource
Step 2
Choose Import Option
Step 3
Select a JAvascript file
Step 4
Custom resource type
Step 5
Change Resource ID
Step 6
Import script
Resource.h
#define IDR_JQ 150
*.html
<script src="res:/JS/#150" type=text/javascript></script>