id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
1253	Allow binding to multiple events simultaneously with .bind()	daemach		"I was just reading in this cool book ""Pro Javascript Techniques"" about how it's a good idea to bind events to both keypress and mouse events for accessibility.  On that note, I'd like to ask again if you can implement binding to multiple events with bind.

$('#myinput').bind(""focus mouseover"",function(){doit();})"	enhancement	closed	major	1.2.2	event	1.1.2	fixed				
