Question
Knowledge Expert
SE
Last activity: 7 Mar 2018 8:18 EST
Is there a JS API to detect a section refresh?
I am creating custom JS to enhance the OOTB functionality. When any Section Refresh or Post Action is triggered I lose my bindings. Is there any API we can use to detect a Section Refresh/Post Action so I can re-bind my function to the screen elements?
I can include the JS in the section that is being refreshed, but I would like to have the JS in a separate file for easier reuse and maintenance.