No... that fix didn't return a "collection" that is "chainable".

It certainly should, and it does for me.  With a test page that has
two forms the following alerts 2:

var j = $("form").filter(function(){
   return $(this).attr("coop:manage") == "true";
});
alert(j.size());

Mike

Reply via email to