I tested it long time ago and it didnt work, cool then.
I hate IE, and rather Firefox than Opera, I'm building a MMORPG and I'll put
a filter to FF users ;)
On 2/25/07, Mike Alsup <[EMAIL PROTECTED]> wrote:
> $(function() {
>
> // OUTPUT login
> var login_options = { target: '#output-login' };
> $('#login').ajaxForm(login_options);
>
> // PUT HERE MORE ajaxForm items...
>
> // BUSY state
> $('<div id="busy">Loading...</div>')
> .ajaxStart(function() {$(this).show();})
> .ajaxStop(function() {$(this).hide();})
> .appendTo('body');
> });
> }
> -------
>
> but it only works on Firefox, Opera and IE are not compatible with it
Can you explain that last statement? That code works on Opera and IE.
Mike
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/