Ver Mensaje Individual
  #11 (permalink)  
Antiguo 03/01/2015, 02:24
YorchX
 
Fecha de Ingreso: septiembre-2008
Mensajes: 38
Antigüedad: 16 años, 2 meses
Puntos: 2
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...

Última edición por YorchX; 03/01/2015 a las 02:38