vishnu007
on May 02, 2016 04:32 AM
6587 Views
I would like to know if there are any other javascript files to make bootstrap work on ie version(<10) .having said that i have many javascript files which are not placed properly inside the head tag.
I tried using shiv.js and respond.js files but it didnt work.
Can you please provide the soultion in a step-by-step method.
I have attached the order in which i have used the javascript and css files. Please suggest me if there is any changes in the order.
Thanks in advance.
<script src="Scripts/jquery.min.js" type="text/javascript"></script>
<script src="Scripts/jquery-1.12.0.js" type="text/javascript" ></script>
<script src="Scripts/general.js" type="text/javascript"></script>
<script src="Scripts/placeholder_ie_support.js" type="text/javascript"></script>
<script src="Scripts/css3-mediaqueries.js" type="text/javascript"></script>
<script src="Scripts/footable.js" type="text/javascript"></script>
<script src="bootstrap-3.3.6-dist/js/bootstrap.js" type="text/javascript" ></script>
<link href="bootstrap-3.3.6-dist/css/bootstrap.css" rel="stylesheet" type="text /css" />
<link href="CSS/footable.min.css" rel="stylesheet" type="text/css" />
<script src="Scripts/scrollabletable.js" type="text/javascript"></script>
<script src="Scripts/jscrollable.js" type="text/javascript"></script>
Download FREE API for Word, Excel and PDF in ASP.Net:
Download
Please explain the problem you are getting.
the web page is not rendered properly .The bootstrap styles and css class selectors are not displayed for example navbar.
You must put links in the head section and use the script file any where like in body section also. Let me know have you use any updatepanel?
i have included these files in master page . I have one update panel in child page.
Refer the below article. After partial update your javascript function is not getting called.