I want to know how to use "AJAX" to update a "div" contents if a specific link is clicked .. this what I trying to do :
I want to display the company description if the user clicked "Description" only, or display the reviews about the company if the user clicked "Reviews" .
How to use "Ajax" to perform this ?