what are you talking about? it never needed a namespace to work.
On Mon, Sep 29, 2008 at 12:30 PM, sglai <[EMAIL PROTECTED]> wrote:
>
>
> I guess that is not what you are looking for....
>
> As you know FF3's getElementsByTagName need a namespace.
> Current jQuery does not pass in tag name with namespace thus it fail
> on FF3.
> Is there a plan to support this?
>
> ~ sglai
>
> On Sep 24, 10:35 pm, "John Resig" <[EMAIL PROTECTED]> wrote:
> > Do you have any links to the existing bugs?
> >
> > --John
> >
> > On Wed, Sep 24, 2008 at 10:27 AM, sglai <[EMAIL PROTECTED]> wrote:
> >
> > > Found out I am not the only one who has this problem.
> > > There are many suggestion in the "bug tracking" list since long time
> > > back.
> > > I wonder is there a plan to fix this?
> >
> > > On Sep 22, 8:22 pm, "sui-sing Lai" <[EMAIL PROTECTED]> wrote:
> > >> Check without the comma,FF3still giving me the same problem.
> > >> Safari works with or without the comma.
> >
> > >> ~ sglai
> >
> > >> 2008/9/22 Karl Swedberg <[EMAIL PROTECTED]>:
> >
> > >> > On Sep 21, 2008, at 1:39 AM, sglai wrote:
> >
> > >> > $.ajax({
> > >> > type:"GET",
> > >> > url:"file.xml",
> > >> > async:false,
> > >> > success:function(xml){
> > >> > $("tag_in_file",xml).each(function(i){
> > >> > // do something;
> > >> > });
> > >> > },
> > >> > dataType:"xml", // <-- remove this comma
> > >> > });
> >
> > >> > One other thing that hasn't been mentioned yet is that you ought to
> remove
> > >> > the last comma. It'll throw an error in IE (maybe Safari, too?) if
> you
> > >> > don't.
> >
> > >> > --Karl
> > >> > ____________
> > >> > Karl Swedberg
> > >> >www.englishrules.com
> > >> >www.learningjquery.com
> >
>
--
E. Myller ( www.emyller.net )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---