Hi there, I've created a component using j-cook and while testing in the sandbox the front end search is working fine, but when i download my component and install on a localhost testing server the search does not work on the frontend. the backend seems fine and works no problem. the only errors i can see that pertain to it is a javascript error "jQuery(...).jdomSearchBox is not a function" and the highlighted line of code is "jQuery("#filter_search_1").jdomSearchBox({});" so close to finishing the project but really need the search functionality.
After doing a bit of digging and experimenting it seems its a conflict with my templates .js file anyone know how to stop this kind of conflict?