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 > > >