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

Reply via email to