Ver Mensaje Individual
  #4 (permalink)  
Antiguo 29/07/2011, 13:50
tumbero_x
 
Fecha de Ingreso: octubre-2010
Ubicación: Buenos Aires
Mensajes: 557
Antigüedad: 13 años, 6 meses
Puntos: 4
Respuesta: establecer evento a una clase

Muchas gracias a los 2 por sus respuestas
paso el codigo html
Código HTML:
Ver original
  1. <table cellpadding="0" cellspacing="0" border="1px" class="display" id="example"  >
  2.     <thead>
  3.         <tr title="Ordenar"  >
  4.             <th>N° Compra</th>
  5.             <th>Proveedor</th>
  6.             <th>N° Comprobante</th>
  7.             <th>Cotizacion</th>
  8.             <th>Total</th>
  9.             <th>Ingreso</th>
  10.             <th>Fecha</th>
  11.         </tr>
  12.     </thead>
  13.  
  14.   <tbody>
  15.   //ACA SE GENERAN LAS FILAS CON DOS CLASES 'EVEN Y ODD'
  16.     </tbody>
  17.  
  18.     <tfoot>
  19.         <tr>
  20.             <th><input type="text" name="search_engine"  value="Bus N° Compra"        class="search_init" /></th>
  21.             <th><input type="text" name="search_browser" value="Bus Proveedor" class="search_init" /></th>
  22.             <th><input type="text" name="search_platform"value="Bus N° Comp"   class="search_init" /></th>
  23.             <th><input type="hidden"  /></th>
  24.             <th><input type="text" name="search_grad"value="Bus Total"   class="search_init" /></th>
  25.             <th><input type="text" name="search_gra" value="Bus Usuario" class="search_init" /></th>
  26.             <th><input type="text" name="search_gra" value="Bus Fecha"   class="search_init" /></th>
  27.         </tr>
  28.     </tfoot>