[jQuery] Best way to "bind"

[jQuery] Best way to "bind"

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Tahoma">Hi,
Simple question, what's most efficient, fast etc.:
        $("a").bind("focus", function() { this.blur(); });
or
        $("a").focus(function() { this.blur(); });
-- Gilles
</font></font>
</body>
</html>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/