jQuery will take care of the cleanup. Karl Rudd
On Sat, Nov 22, 2008 at 2:48 PM, George <[EMAIL PROTECTED]> wrote: > > I am creating dynamicly <span> tag and binding click event. > $('#myspan').bind('click', param, myFunc); > > Then at some point this <span> is removed using JQuery. Do i need to > unbind click event first? > Or it's ok and Javascript will clean that up automaticly.. > > George.