I use some jquery files to automatically complete and select a datetime control, but 3 of them conflict:
Two files for autocomplete:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.1/jquery-ui.min.js"></script>
One file for selecting the date and time for the calendar:
<script src="../assets/js/jquery-1.8.3.min.js"></script>
These 3 files are compressed when I comment on the date when the autocomplete timing file works, and if I uncomment its autocompletion, it stops.
user2164964
source share