What's the corresponding jQuery event when the wrapper of file field got replaced after the file uploaded???
Thanks in advance.
What's the corresponding jQuery event when the wrapper of file field got replaced after the file uploaded???
Thanks in advance.
Comments
Comment #1
happydrupal commentedThanks for the #drupal IRC support, I found the solution. Just write a form_alter module and combine Drupal.behaviors will do. And myBehavior will run everytime once AHAH update the filefield wrapper.