Ok Diego, I found a plugin wich works perfectly : "jquery live_bind"
an example of use : $.live_bind("a.popup_link", 'click', function(){ $("#"+popup+"_popup").css("margin-left","-"+ (width.substr(0,width.length - 2) / 2)+"px"); $("#"+popup+"_popup").fadeIn("slow"); } ); ... perfect ! : )