Ver Mensaje Individual
  #12 (permalink)  
Antiguo 03/01/2015, 08:07
Jose789
 
Fecha de Ingreso: diciembre-2012
Ubicación: Murcia
Mensajes: 329
Antigüedad: 11 años, 11 meses
Puntos: 4
Respuesta: Envio nulo "0"

Cita:
Iniciado por YorchX Ver Mensaje
No le estas enviando un valor entero... Sólo le envías el control... (El cual no es un numero NaN = Not a Number)
Checa tu $.post("ajax.php"), {bid: + $(this).attr('data-id')}
Debe de estar algo así... $(this).attr('data-id').val()}
... Luego imprimes el bid tal como lo hiciste ;)
Convierte tu variable a entero... intval($valor);
Luego imprimelo ... Y ve que te marca...
Uncaught TypeError: Cannot read property 'val' of undefined