A button added in colContent leads to latent loading.

I have added a button in colContent and calling a function on click of that button. It will load another html. what is happening is now-- There are multiple calls to jquery.ja nad gantt.js . All these calls are taking ample time which leads to high latency in loading of my next page. Any help will be highly appreciated.

Hello,

Could you provide with the demo link, where the problem can be reproduced?

I think that will take me time to create a demo project. Meanwhile, if you can give me a hint or how to approach the problem, it will really help.

I think on that button click(child of the div) even or mouse down event is being called . Is there any way to avoid it.