Closed (works as designed)
Project:
Ajax Load
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2012 at 01:05 UTC
Updated:
24 Aug 2012 at 04:31 UTC
I am checking out the example and I am noticing that drupal_add_js doesn't seem to work as it should. In:
function ajax_load_example_form
This add_js:
drupal_add_js("$('#ajax-load-example-form').prepend('
" . t('Ajax load example inline script called.') . "
');", 'inline');
Is not added and never executed. Being able to use this is critical for my application. Please help.
Comments
Comment #1
twistedindustries commentedMy bad.