ouch! namespaces are second class citizens in the JavaScript world!

I think the latest version of jQuery handles it better. so Sean's should
work.

http://jqueryjs.googlecode.com/svn/branches/1.2/


On 6/25/07, John Farrar <[EMAIL PROTECTED]> wrote:


This didn't seem to match attributes.

On Jun 25, 8:34 pm, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote:
> var myResults = $('form').filter(function(){return !
> $(this).html().match('coop:manage')})
>
> // untested, and rather sloppy... but it should do the job
>
> On 6/25/07, John Farrar <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > NOTE:
> > I can select the forms and loop through them using
>
> > var myResults = new Array();
> > jQuery('form').each(function(){
> >   if(this.attr('coop:manage') == "true")
> >      myResults[myResults.length] = this;
> > });
> > return myResults;
>
> > ...but that gives me an array that is non-jquery and it isn't as good
> > as it should be!
>
> > again, how about a guru showing your stuff on this one.
>
> > John
>
> > On Jun 25, 7:30 pm, John Farrar <[EMAIL PROTECTED]> wrote:
> > > OK here it is short and simple. If I have more than one form on a
page I
> > > would like to select on the forms like this...
>
> > > <form coop:manage="true">
>
> > > I would like this to be returned as a jQuery object that can be
> > > itterated through with .each!
>
> > > Thanks oh guru in advance for your great knowledge, :).
>
> > > John Farrar
>
> --
> Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to