Thanks. I will need to apply that tiny patch. Brian J. Cardiff bcardiff(?)gmail.com .
On Sun, Nov 9, 2008 at 10:02 AM, Balazs Endresz <[EMAIL PROTECTED]>wrote: > > There's a ticket on this issue: http://dev.jquery.com/ticket/3023 > > On Nov 7, 11:48 pm, "Brian J. Cardiff" <[EMAIL PROTECTED]> wrote: > > thanks but that it isn't working in this scenario > > > > for: > > <span x:foo="bar">Lorem</span> > > > > the expression: > > $('span').filter(function(){return $(this).attr("x:foo");}) > > returns the span element > > > > but neither: > > $('[x:foo]') > > no: > > $('[x\\:foo]') > > find it > > > > any clue? > > > > Brian J. Cardiff > > bcardiff(?)gmail.com > > . > > > > On Fri, Nov 7, 2008 at 6:11 PM, MorningZ <[EMAIL PROTECTED]> wrote: > > > > >http://docs.jquery.com/Frequently_Asked_Questions#How_do_I_select_an_. > .. > > > > > On Nov 7, 2:06 pm, "Brian J. Cardiff" <[EMAIL PROTECTED]> wrote: > > > > Is there a way to specify an AttributeFilter for attributes within a > > > certain > > > > namespace? I try some alternatives but it seems that is not > implemented. > > > > > > For example: > > > > <span x:foo="bar">Lorem</span> > > > > > > I would need that something like $('[x:foo]') find the span element. > > > > > > Thanks. > > > > Brian J. Cardiff > > > > bcardiff(?)gmail.com > > > > . >