Within my header, I have included the following code:
<link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.4.5.css">
<script type="text/javascript" src="js/jquery-1.11.2.js"></script>
<script type="text/javascript" src="js/jquery.mobile-1.4.5.js"></script>
However, when I use data-role="page"
, the desired effect is not achieved.
What could be causing this issue?
Edit: https://jsfiddle.net/f0eurafv/1/ Take note of the text input in the login form.