.get function skips callback even before receiving the reply from server side function

.get function skips callback even before receiving the reply from server side function

Hi,

I debug my .get function in firebug. .get function simply skips callback function to the end of the .get function. Even it doesn't wait the response of server side (I used a breakpoint on the server side function).

Could you answer what can be the reason of it?

Thanks.

p.s. Once it worked greatly, but then this problem occured. So, there are two different behaviour.