hi , i want to how can i prevent new ajax request while browser is fetching previous request ! i create a system contain a table of data like this :
col1 | col2 | col3 data1| data2| data3
when user mouse over data fields I'm used Ajax to retrieve more information about data on mouse over event but if user rapidly move his/her cursor of data column multiple request has been created . how do i prevent that ?