$(document).ready(function() {

    $("#AjaxPost").load("feed.inc.php",{
                feed_id: 6, field: 'id', sort: 'DESC', nb: 10, from: 0
                }
            );

   
    $("#loadingAjax").hide();

    $("#loadingAjax").ajaxStart(function(){
       $(this).show();
   }).ajaxStop(function(){
       $(this).hide();
   });

});

<div id="loadingAjax"><img src="" loadingAnimation.gif" border="0"></div>

    <div id="AjaxPost">
    </div>

On 8/24/06, Florian < [EMAIL PROTECTED]> wrote:
I'm using the 1.0a version, and with $.load ajaxStart/stop doesn't work... :(

Florian


On 7/20/06, John Resig < [EMAIL PROTECTED]> wrote:
> Has there been any resolution on this?  I'm having a rough time figuring out
> why it's not working.

This issue should be resolved in the latest SVN build:
http://jquery.com/src/jquery-svn.js

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to