For Highcharts, I have to load this Javascript:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
And for the autofill search box, I have to load this Javascript:
<script type="text/javascript" src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/ui/1.10.1/jquery-ui.min.js"></script>
It seems that one cancels the other. Are these scripts conflicting and if so, how do I solve this?
noConflict()but that's not what is advised