To overcome this problem I've used  .live()

$(".delete").live("click",function(){
...
});

Thanks again!

Reply via email to