`ajax-processed` class is added by the Drupal ajax api. Is the ajax working f...

Contribution Date
Technology
Contribution Project
Contribution Details

`ajax-processed` class is added by the Drupal ajax api. Is the ajax working for first button? If not, then its a bug in the module, and needs investigation.

$form['submit']['#ajax'] = array( 'callback' => 'dc_ajax_add_cart_ajax_cart_form', 'method' => 'replace', 'effect' => 'slide', );

adds the ajax functionality to the button. I haven't added any checks for first or second button. It is weird that the `ajax-processed` class is not added.

Issue Status
Active
Contribution Author
Files count
0
Patches count
0