I have a problem in using the Jquery files in head tag, as I am using the following .js files for both the android(mobile) and pc users. There is a .js file which is required for mobile (touch) related events , so What should I do? My sequence of .js files are as;
<script type="text/javascript" src="../../Scripts/topnav.js"></script>
<script type="text/javascript" src="../../Scripts/jquery-1.5.1.js" ></script>
<script type="text/javascript" src="../../Scripts/jquery-impromptu.3.1.min.js"></script>
<script type="text/javascript" src="../../Scripts/jquery.mobile-1.0.min.js" ></script>
I did alot of Research on it and atlost i found the solution.
I added there a server tag and it works .