Sorry for double posting
https://www.drupal.org/node/1248340

I figurred out it was a 4 years old, closed issue too late.

So the button won't load on a page loaded by https://www.drupal.org/project/jquery_ajax_load, which is the js file I need to load to make it owrk properly?

tx
Simone

Comments

cimo75 created an issue. See original summary.

micropat’s picture

Title: Not loading with ajax loaded pages » Loading with the "jQuery AJAX Load" module
Category: Bug report » Support request
Status: Active » Closed (works as designed)

Standard Ajax loading works via Drupal behaviors, where Drupal.behaviors.addToAny.attach() is called after Ajax insertion.

You'll need to further troubleshoot your site and/or the "jQuery AJAX Load" contrib module if Drupal behaviors are not getting called.