On 6/25/07, John Farrar <[EMAIL PROTECTED]> wrote:
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?
Hmm ok, you can try this: jQuery('form').filter(function(i){ return $(this).attr('coop:manage')=="true"; }) Hope that helps. ~Sean