Hi, I have a zone with some conditional content so it doesn't appear when the page is initially loaded but is added later when the zone is rerendered with a flag set true.
There is a button in the zone that I need to attach jquery events handling functions too from a module. How do I fire the module function each after any time the zone is rendered? John