id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
10905	JQuery Event Binding	elton2jain@…		"JQuery is awesome.
But I felt something missing I thought should suggest you.
Whenever you create an event, and bind it to an element, say 
{{{
$('.close').click(function(){...});
}}}
It works cool. But then when we create an element with the classname ""close"", the above created event is not attached to it.
So anytime we create an element in the fly, we have to again attach the events to it.
What I would suggest is to auto load/bind the existing events, like inheritance. And iff we want to change the event method, we can change it, like overloading.
Let me know about this bug or feature.
Take care
"	bug	closed	undecided	None	unfiled		invalid				
