do you have an example usage? the menu item ajaxsubmit/dispatch works, but adding $form['#ajaxsubmit'] = TRUE; to the $form array doesn't fire it off. jquery_update is installed and running. what am I missing?

Comments

light-blue’s picture

Sorry, I should clarify... Everything works fine, as expected. However, I am loading my CCK form with jquery, and all the javascript code (e.g. collapsible fieldsets) won't fire. Of course, that's because the DOM hasn't loaded my jquery-loaded CCK form. I'm not looking for a detailed answer, just a nudge in the right direction. This page gets me 50% of my answer: http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_...

Sean