Ah, found it. Need to appendTo("body") first, then hide. Its fixed in
the latest revision.

Jörn

On Wed, Nov 12, 2008 at 11:14 AM, Jörn Zaefferer
<[EMAIL PROTECTED]> wrote:
> That seems to be a bug in this code, with some Safari specific problem:
>
> var loader = jQuery('<div id="loader"><img src="images/loading.gif"
> alt="loading..." /></div>')
>                        .css({position: "relative", top: "1em", left: "25em"})
>                        .hide()
>                        .appendTo("body");
>
> Not sure yet whats wrong with that, any ideas are welcome.
>
> Jörn
>
> On Tue, Nov 11, 2008 at 11:16 PM, lance123 <[EMAIL PROTECTED]> wrote:
>>
>> Hi To All,
>>
>> I am having a problem with Safari using the standard test example the
>> loading image starts prior to any activity in fields or buttons:
>>
>> http://jquery.bassistance.de/validate/demo/ajaxSubmit-intergration-demo.html
>>
>> Really looking forward to getting ajax and validation co-existing :)
>>
>> Thanks for any help on this,
>>
>> Lance
>>
>>
>>
>

Reply via email to