Waauu, many thanks Massimo, that was exactly what I was looking for. I
installed it and it works nicely but after modifying to fit my database
model I can´t the +1 and -1 buttons to work. Or they work but quantity
and balance is not updated. If I reload the page numbers are updated and
show correct figures.
I´m getting document.getElementById(t) is null in Firefox Error Console.
It is the row
jQuery.ajax({type: "POST", url: u, data: query, success: function(msg) {
document.getElementById(t).innerHTML=msg; } });
that gives this error.
Any ideas where to start looking for the problem?
Kenneth