[jQuery] how to block another ajax request when one is in the progress
i write a hover event for div,and in the handler use ajax to request
data.but it give me a problem:
it do the same ajax request many times(the number is the times i hover
the div) when the first ajax didn't finished.
xinhaozheng