Thanks man!
So I changed this line to this to get it to work:

//old
$(".A, .B").keyup(function(event){ ....

/new
$(".A, .B").live ("keyup", function(event){...

Thanks again for your quick answer!

-Palgo

On 11 Nov, 14:27, Giovanni Battista Lenoci <gian...@gmail.com> wrote:
> palgo ha scritto:> My problem is that while the calculation works on the 
> first to default
> > rows, calculation doesn't seem to work on rows that I added by
> > clicking on add row-button.
>
> > Anyone know why is happening?
>
> Do you use the live functionality also for the keyup event that will
> fire the ajax call?
>
> Bye
>
> --
> gianiaz.net - web solutions
> via piedo, 58 - 23020 tresivio (so) - italy
> +39 347 7196482

Reply via email to