OK... is there a way to concactinate the results. I can pull the ID's
of each form and then is there a way to re-assemble them into a jquery
object collection?

Thanks,

John Farrar

On Jun 25, 8:09 pm, "Sean Catchpole" <[EMAIL PROTECTED]> wrote:
> 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