Ver Mensaje Individual
  #4 (permalink)  
Antiguo 04/08/2008, 13:44
Avatar de GatorV
GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Respuesta: Carrito con ajax

Código:
var id = "carrito_5";
var explodedDiv = split( "_", id );
var id = explodedDiv[1];
alert( id );
Saludos.