Thank you, I will give that a try...

also, it has magicaly begun to work in IE.... cache issue?? don't
know.. I almost always ctrl-reload....


On Oct 10, 11:09 am, Gordon <[EMAIL PROTECTED]> wrote:
> A bit of a stab in the dark I admit, but have you tried using .html()
> instead of .text()?
>
> On Oct 10, 12:19 pm, Danjojo <[EMAIL PROTECTED]> wrote:
>
>
>
> > Any ideas how to update the following Jquery code to work in IE?
> > It works in Firefox... Opera..  and not in Safari for window.. (so it
> > works in 2 out of 4 browsers)
>
> >         // Load XML document based on language
> >         var langSheet = "language_sheet_" + country + ".xml"
> >         $.ajax({
> >                 type: "GET",
> >                 url: langSheet,
> >                 dataType: "xml", // specify the return type as xml
> >                 success: function(xmlDoc){
> >                         $(xmlDoc).find('subAboutLoc').each(function()
> > {
> >                                 var item_text = $(this).text();
> >                                 $('#subAboutLoc').text(item_text);
> >                         });
>
> >                 }
> >         });- Hide quoted text -
>
> - Show quoted text -

Reply via email to