Menu

#4 "loading" div ...

open
5
2005-11-15
2005-11-13
Kozo
No

I wanted some "loading" div, because on slower line
there is no visible activity during AJAX request to server.
I added two lines to Ajax.pm:
648: _showstatus(true);
687: _showstatus(false);

and to my page I added link to status.js code.
Everything works fine, but this is only hack for me.
Is it possible integrate something like this to Ajax.pm
? Something similar to JSDEBUG() will be fine.

Example You can find at http://rodney.somi.sk/SUCHAR/
with linked status.js. status.js is a code snipet from
some GPL ajax php library (I'm sorry, but I don't know
which one)

Discussion

  • Brian C. Thomas

    Brian C. Thomas - 2005-11-15
    • assigned_to: nobody --> bcthomas
     
  • Justin J

    Justin J - 2006-12-05

    Logged In: YES
    user_id=90833
    Originator: NO

    I second this! perljax would be most imporessive with a, "Loading..." type feature.

    Cheers,

    Justin

     

Log in to post a comment.