hi i am using Jquery 1.3
i have a html block in which there are many tags like input , button , hyperlink etc.
now whenever i clone this block of html its events don't get copied automatically as clone() only copies html block , so i wan to know that how to assign events to cloned html block ?