To use the jQuery Mobile framework in your web application, insert the following lines between the <head></head> tags of your index.html file as shown below:
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css" /> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
Please note that the latest stable version of jQuery Mobile as of this writing was 1.4.5.