Ver Mensaje Individual
  #2 (permalink)  
Antiguo 19/09/2008, 14:21
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años, 8 meses
Puntos: 2135
Respuesta: Como hacer una llamada de funcion paginacion dentro de otra Funcion

Hola masi,

Solamente llama la funcion no hay ningun problema:
Código javascript:
Ver original
  1. function something() {
  2.  
  3. }
  4.  
  5. function anotherthing() {
  6.        something();
  7. }

Tema trasladado a Javascript.

Saludos.