jeudi 23 juin 2016

Jquery works on Localhost but not on Test Server


I have searched and searched online but cant seem to figure this out. I have an MVC project whose Jquery works absolutely fine on localhost but does not work on server.

On Server

On LocalHost

I have looked up and tried the following:- 1. Added absolute links. 2. Added Jquery migrate.

I am not getting any errors on either pages and the Network tab shows all the jquery scripts.

Please see the links i have:

<link rel="stylesheet" href="http://code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css" type="text/css" />
<link rel="stylesheet" href="http://cdn.datatables.net/plug-ins/1.10.7/integration/jqueryui/dataTables.jqueryui.css" type="text/css" />
<link rel="stylesheet" href="http://143.166.41.15:32/Content/css/jquery.dataTables.min.css" type="text/css" />
<link rel="stylesheet" href="http://143.166.41.15:32/Content/js/DataTables/extensions/TableTools/css/dataTables.tableTools.min.css" type="text/css" />
<link rel="stylesheet" href="http://143.166.41.15:32/Content/css/bootstrap.min.css" type="text/css" />
<link rel="stylesheet" href="http://143.166.41.15:32/Content/css/bootstrap-toggle.min.css" type="text/css" />


<script type="text/javascript" src="http://143.166.41.15:32/Content/js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js"></script>
<script type="text/javascript" src="http://143.166.41.15:32/Content/js/DataTables/media/js/jquery.dataTables.min.js"></script>
<script type="text/javascript" src="http://143.166.41.15:32/Content/js/DataTables/extensions/TableTools/js/dataTables.tableTools.min.js"></script>
<script type="text/javascript" src="http://cdn.datatables.net/plug-ins/1.10.7/integration/jqueryui/dataTables.jqueryui.js"></script>
<script type="text/javascript" src="http://143.166.41.15:32/Content/js/bootstrap.min.js"></script>
<script type="text/javascript" src="http://143.166.41.15:32/Content/js/bootstrap-toggle.min.js"></script>
<script type="text/javascript" src="http://143.166.41.15:32/Content/js/ajaxfileupload.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>   

Aucun commentaire:

Enregistrer un commentaire