[jQuery] Re: Ajax problem with mac osX

2007-04-22 Thread junior2000
Hi, thanks for your help. The radio buttons code is ok (I've used form plugin). I've found the problem. It was in the php page called by the ajax script. I've searched the problem in the wrong place! sorry :-) Thanks On Apr 22, 12:27 am, "Ⓙⓐⓚⓔ" <[EMAIL PROTECTED]> wrote: > Let's take the code ap

[jQuery] Re: Ajax problem with mac osX

2007-04-21 Thread Ⓙⓐⓚⓔ
Let's take the code apart nTipoDurata=$(":radio").fieldValue(); make a value out of all the radio buttons on the page?? weird! I would usually use $("[EMAIL PROTECTED]:checked").val() Little else looks weird to me. Although without a live link would help! PS I advocate using as few ids as poss

[jQuery] Re: Ajax problem with mac osX

2007-04-21 Thread junior2000
Hi, I've the same problem on safari and firefox for mac and in some windows based system. The problem is only on the call to the page costonoleggio.php. I don't know why in the most part of the systems (windows) all work correctly. It will be surely a bug in my script but I don't find it. On Ap

[jQuery] Re: Ajax problem with mac osX

2007-04-21 Thread Ⓙⓐⓚⓔ
if you're using full firebug and firefox croaks, it's not likely a safari problem! firefox runs almost the same on mac and pc. My offer still stands as I run 3 mac browsers. On 4/21/07, Ⓙⓐⓚⓔ <[EMAIL PROTECTED]> wrote: it might be this line that safari is croaking on! $("#costo").html($("costo

[jQuery] Re: Ajax problem with mac osX

2007-04-21 Thread Ⓙⓐⓚⓔ
it might be this line that safari is croaking on! $("#costo").html($("costo",xmlData).text()); Safari is very conservative about adding nodes from an xml ajax request to the html page. I've done some kluges, that help skirt the issue. Have you tried the nightly build of webkit to determine if it