Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
Dialogs are often referred to as dialog boxes, modal windows, or pop-up windows. Whatever you call them, they are a quick and easy way to display additional information without having to reload the entire page. Dialog boxes can display just some static text, any node or form of your page, a views page, or any custom markup you'll feed to them.
Using the AJAX API to dynamically update forms/displays.
The AJAX API allows information displayed on forms to be updated dynamically without reloading the entire page. This API allows replacing DOM elements with new HTML or executing jQuery commands. The following pages will show how to use the built in AJAX API to modify your own pages.
THIS IS A WORK IN PROGRESS, please feel free to add to this documentation.