AJAX Update
Component type
Categories
Maintenance status
Development status
Downloads
Component created
Component changed
Updates Drupal Core's AJAX API to fix some minor issues.
- Allows selective exclusion of ajax_html_ids in AJAXified forms.
I created this module to fix an issue with drupal_html_ids in AJAXified forms. In Core, html ids are sent on every ajax request, and due to the functionality of drupal_html_ids, new ids are created for the response. This prevents AJAXified forms from having consistent naming that can be counted on. This module allows for selectively excluding the sending via AJAX of html ids for collision detection on:
