Ver Mensaje Individual
  #7 (permalink)  
Antiguo 22/02/2011, 08:21
Avatar de masterpuppet
masterpuppet
Software Craftsman
 
Fecha de Ingreso: enero-2008
Ubicación: Montevideo, Uruguay
Mensajes: 3.550
Antigüedad: 16 años, 10 meses
Puntos: 845
Respuesta: Ejemplo sencillo con jQuery y TableSort que no funciona

Ajustalo a tu html, algo así:

Código Javascript:
Ver original
  1. ...
  2. function loading(event)
  3. {
  4.    $("#tablamaestra2").load('data.htm', function(){
  5.         var tablamaestra = $('tablamaestra');
  6.         tablamaestra.sorttable();
  7.         tablamaestra.trigger("update");
  8.         tablamaestra.trigger("appendCache");
  9.      });
  10. }
  11. $(function( ){
  12.     $("#miboton").bind("click", loading);
  13. });
__________________
http://es.phptherightway.com/
thats us riders :)