Prueba con $(this).css("background-color", "red"); por ejemplo
Código Javascript
:
Ver original$(".botones").click(function(){
var valor=$(this).attr("title");
$(this).css("background-color", "red");
$.get('includes/tarificador.php', { id: valor }, function(options){
$('#carrito').html(options);
});
});
Si lo prefieres le puedes añadir un estilo que tengas por ahí configurado ya. Creo que es addClass o algo así. Echa un vistazo en jquery