On 6/25/07, John Farrar <[EMAIL PROTECTED]> wrote:
var myResults = new Array();
jQuery('form').each(function(){
  if(this.attr('coop:manage') == "true")
     myResults[myResults.length] = this;
});
return myResults;

I may be mistaken, but I believe that currently jQuery does not support
attributes or tags with ':' in them so you have the best solution there.

~Sean

Reply via email to