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

Proba asi:

Código Javascript:
Ver original
  1. ...
  2. function loading(event)
  3. {    
  4.     $("#tablamaestra").load('data.htm', function(){
  5.         $(this).sorttable();
  6.         $(this).trigger("update");
  7.         $(this).trigger("appendCache");
  8.      });
  9. }
  10. $(function( ){
  11.     $("#miboton").bind("click", loading);
  12. });

Saludos.
__________________
http://es.phptherightway.com/
thats us riders :)