a new one, the event is
> not aware of this new
> element. Using live, it checks elements (old and new ones) to ensure the
> event is bind correctly.
>
> Cheers
>
> - Original Message -
> From: "Liam Potter"
> To:
> Sent: Tuesday, July 07, 2009 3:58 A
live should work, try this.
$(".delButton").live("click", function(){
$(this).parent(".parentOFbutton").remove();
return false;
});
pascal.nauj...@googlemail.com wrote:
Hi,
i implemented the following method for removing a button with it's
parent:
$(".delB
2 matches
Mail list logo