Set global to false in the properties object you pass to $.ajax(): http://docs.jquery.com/Ajax#.24.ajax.28_properties_.29
On Aug 23, 10:42 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm using this piece of code: > > $().ajaxStart(showblock).ajaxStop(hideblock); > > To show and hide an overlay with the "loading..." message in it when an > ajax funcion is running. > > I'm using also jtip, with an ajax request, and here come the problem. > > When I point the mouse over the element that open jtip my overlay > continues to open and close, without showing the tooltip. > > In this moment I can't view the doc site then I ask you. > > There's a way to avoid for particular call the default ajaxstart and > ajaxStop? > > thank you