Is there something wrong with the bug reporting site?
I've been trying to post a bug again 1.11.1 (still exists in 1.11.2 edge), but whenever I go to
http://bugs.jquery.com/newticket it tells me I don't have ticket create privileges. I am logged in when I go that URL.
Anyway, the bug is that the simple selector...
var $a = $('a[name=]');
...used to return a jQuery object with length of 0 (up to jQuery 1.11.0). As of 1.11.1, it throws an error.