How can I catch ajax start event in JqueryMobile ?

How can I catch ajax start event in JqueryMobile ?

Hi all,

I tried to catch ajax start event in a JQueryMobile app as below:
      $(document).live("ajaxStart", function () {
            alert('aa');
        });

But it doesn't work  ...

Any ideas for me?

Thanks,