well, now it seems to be working simply by adding
:last
to the code updating the input text values, like that:
-------------------
if (ajaxdata)
   $(".ainput:last").val(ajaxdata[1]);
   $(".descr:last").val(ajaxdata[2]);
   $(".color:last").val(ajaxdata[3]);
-------------------

thanks for the... brainstorming.
i'gg now go ahead with my project.

rino

Reply via email to