the websites loads fine without plugin.
once the ajax pro plugin is activated. the website breaks and console throws jquery not defined error. but the jquery is already defined. attaching screenshot of consoole
This error usually indicates an issue, when multiple jQuery instances were loaded to the page. While I don’t see any duplicit jQuery scripts, there might be a copy of jQuery created right after the plugin script is loaded and gets ready to initialize.
Luckly I was able to simply resolve this by switching the javascript loading method to non-minified. It should be fine now.