Buenas, les cuento el problema estoy trabajando en un servidor remoto realizando una web todo hiba bien sin problema jquery funcinando a la perfeccion pero asi de repente dejo de funcionar lo usaba para hacer tabs le estube buscando una etiqueta sin cerrar algo mal acomodado pero nada, una vez hecho eso, probe el mismo codigo pero en mi escritorio y a mi si me funciono, pero cuando el mismo codigo lo corro en el servidor no me hace la funcion deseada
Código HTML:
Ver original <meta http-equiv="X-UA-Compatible" content="IE=9"/> <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<!--Template pagina -->
<link href="../Styles/Ablaze.css" rel="stylesheet" /> <!--calendario-->
<link rel="stylesheet" href="//code.jquery.com/ui/1.10.4/themes/smoothness/jquery-ui.css"> <script src="//code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
$(function() {
$( "#datepicker" ).datepicker({dateFormat : 'yy-mm-dd'});
});
function pulsar(e) {
tecla = (document.all) ? e.keyCode :e.which;
return (tecla!=13);
}
<!--Tab-->
<link href="../Styles/tab.css" rel="stylesheet" /> <!---->
<link href="../Styles/Menu.css" rel="stylesheet" /> <!--Template pagina -->
<script type="text/javascript" src="../Grafica/grafica_zonaHermosillo.js" ></script> <script type="text/javascript" src="../Grafica/grafica_zonaNorte.js" ></script>
<!--Tabla-->
<script type="text/javascript" src="../Js/ventas_zona.js" ></script> <link rel='stylesheet' type='text/css' href='../Styles/tabla.css' />
<!--Tabla-->
<div id="header-content" style="top: 0px; left: -4px; height: 115px"> <h1 id="logo">CORPORATIVO DEL NORTE
</h1> <h2 id="slogan">Dashboard Ejecutivo
</h2> <img src="../Images/logo-cdn.png" Width="94px" Border=none >
<?php include("../Menu/menu.php");
?>
<body OnLoad="document.picker.datepicker.focus();"> <script src="http://code.highcharts.com/highcharts.js"></script> <script src="http://code.highcharts.com/modules/exporting.js"></script> <script type="text/javascript" src="../GraficaInv/gray.js"></script>
<?php
$fe1 = date("Y");
$fe2 = date("Y",strtotime('-1 year'));
$fe3 = date("Y",strtotime('-2 year'));
?>
<form id="picker" name="picker" align="center">
<input onFocus="general_load(); total_general_load(); hermosillo_load(); norte_load(); sur_load(); nuevas_load(); sazos_load(); " onChange="general_cambio(); total_general_cambio(); hermosillo_cambio(); norte_cambio(); sur_cambio(); nuevas_cambio(); "
onKeyUp="general_cambio(); total_general_cambio(); hermosillo_cambio(); norte_cambio(); sur_cambio(); nuevas_cambio();"
onkeyPress="return pulsar(event);"
type="text" style="background-color:#716B6B;color:#FFFFFF"
value=<?php echo date('Y-m-d',strtotime('-1 day')); ?> id="datepicker" name="datepicker">
<img src="../Images/calendar.png" Width="25px" style="border:none;" border="0" > <table align="center" id="results" class="table1">
<th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Grupo
</th> <th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(1);" href="javascript:;">Venta
<br> 2 A
ños Ant</th> <th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(2);" href="javascript
:;">Venta
<br> A
ño Anterior</th> <th scope="col"width="100"><font SIZE=2 color="white"><a onclick="SortTable(3);" href="javascript
:;">Venta del Dia
</th>
<tbody id="zona_general"> <?php
include_once "get_ventaZona_general.php";
?>
<table align="center" id="results" class="table1">
<th scope="col"width="102"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <th scope="col"width="100"></th> <tbody id="resultado_general"> <?php
include_once "total_zona_general.php";
?>
<div id="inter" style="margin: 15px;" align="center"> <li><a href="#" name="#tab1">Zona Hermosillo
</a></li> <li><a href="#" name="#tab2">Zona Norte
</a></li> <li><a href="#" name="#tab3">Zona Sur
</a></li> <li><a href="#" name="#tab4">Nuevas Sucursales
</a></li> <li><a href="#" name="#tab5">Sazos
</a></li>
<table id="tabla2" class="table2" style="width: 1100px; margin: 0 auto" >
<th scope="col" width="50"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Sucursal
</th> <th scope="col" width="100"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Nombre de Sucursal
</th> <th scope="col" width="100"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta 2 A
ños Ant</th> <th scope="col" width="100"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta Año Anterior</th>
</tr>
</thead>
<tbody id="zona_hermosillo" >
<?php
include_once "ventas_zonaHermosillo.php";
?>
<div id="container" style="width: 100%; height: 50%; margin: 0 auto"></div>
<table id="tabla2" class="table2" style="width: 1100px; margin: 0 auto">
<th scope="col" width="50"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Sucursal
</th> <th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Nombre de Sucursal
</th> <th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta 2 A
ños Ant</th> <th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript:;">Venta Año Anterior</th>
<th scope="col" width="200"><font SIZE=2 color="white"><a onclick="SortTable(0);" href="javascript
:;">Venta del Dia
</th> >
<?php
include_once "ventas_zonaNorte.php";
?>
<div id="norte" style=" width: 75%; height: 50%; margin: 10px"></div>
Como se dijo antes este codigo en mi escritorio si trabaja pero lo pruebo en el escritorio remoto y no funciona, cosa que me sorprende ya que antes trabajaba a la perfeccion, si aqluien supiera el por que o que se puede hacer se lo agradeceria