id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
7520	$(document).unbind('click') seems to clear live click callbacks	art.orlov		"It seems that doing $(document).unbind('click') removes not only all click handlers attached to document node but also live click handlers like:
$('a[data-method]:not([data-remote])').live('click', ...)

The same stuff with $('body').delegate() because it uses the same live technique.

 It seems clear that $(document).unbind('click') should only clear callbacks attached using bind function. And die is designed for live callbacks."	bug	closed	low		event	1.4.4	worksforme	neededdocs			
