I work with a Web-To-Print back-end service that handles my websites inventory and pricing from another server. I'm re-designing their site on the front-end. I created a Auto complete script for a search bar i'm adding to the site, but after linking the script the site idles out while loading. It seems my Jquery.autocomplete.js file is conflicting with their Jquery.combobox.js.
I'm new to JavaScript, and i'm still taking a course. Does anybody know if there is a way to fix this without having to change their script? Is there something i can change on my end to fix this error?
Jquery.autocomplete.js - Script I'm Uploading to Their Server
Jquery.combobox.js - Script On Their Server (Conflicting Script Line 66)
<iframe width="100%" height="300" src="//jsfiddle.net/stinkytofu/90jjskux/embedded/" allowfullscreen="allowfullscreen" frameborder="0"></iframe>