ajax function not getting called when jsp page refreshes
I have called a ajax function using jquery(class) in jsp page in href command,the function works well when the page is loaded for the first time,but if i select anything else and the page refreshes then when href link is clicked again then the ajax function does not work ..Please help