How to create a simple Ajax call in Drupal 7
The following is a mini tutorial about Drupal and Ajax. You can improve your site using ajax calls using the hook_module and jQuery load function. Define a link to execute the Ajax call This is very basic, you have to …