[jQuery 1.3b1] Name selector with a context doesn't work (patch and ticket inside)

[jQuery 1.3b1] Name selector with a context doesn't work (patch and ticket inside)


I ran into this bug while testing 1.3 beta 1. In short, a selector
like this:
$('input[name=foo', '#form');
=> Throws a context.getElementsByName is not a function error.
More details (patches + tests) are in the Trac ticket:
http://dev.jquery.com/ticket/3741
Cheers and thanks for jQuery as always,
Chu Yeow