Cita:
Iniciado por YorchX 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