Question
![](https://accounts.pega.com/sites/default/files/styles/user_image/public/1689982000/9a1ee0ea-6849-47a6-8886-8cc389eb7392.png?itok=tWgt2-9J)
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.