Response title
This is preview!
hi
i read all above topic, but my case/ question is:
my web site uses jquery overlay, and i tried to add jquery autocomplete. but did not work, then i re-arranged the script order in the header file as the following:
<script src="_jquery.tools.min.js" type="text/javascript"></script>
<script src="_jquery-1.7.1.min.js" type="text/javascript"></script>
<script src="_jquery.autocomplete.min.js" type="text/javascript"></script>
then autocomplete worked successfully, but the overlays did not work any more
is there any method to make jquery autocomplete works with jquery overlays at the same page?
© 2013 jQuery Foundation
Sponsored by and others.