Hi,
Jules thanks for the example , i probe and it worked.

Anurag pal, i remove the row this:

insertDataBefore.clone(true).insertAfter(insertDataBefore).find("td").each(function()
{
       $(this).find("select").attr("name","tipo"+count);
       $(this).find("input").attr({id:"informacion"+count,value:""});
       $(this).find("img").removeClass("opacity").click(function(){
         ------>   $(this).parents("tr:first").remove(); <-------
            count--;
        });
    });

-- 
Atte.
Carlos Becar.

Reply via email to