Jquery autocomplete is not working with colorbox

Jquery autocomplete is not working with colorbox

I am trying to use autocomplete in my search functionality but found out that it is not working as expected.Autocomplete is getting triggered only once. (per page load)
I have done some debugging and analysis and found out that Jquery colorbox is somehow causing issue with autocomplete.Below is entry in my page header section
  1. <script type="text/javascript" src="${resourcePath}/js/jquery.autocomplete.js"></script>
    <script type="text/javascript" src="${resourcePath}/js/jquery.colorbox-min.js"></script>
  
With above, autocomplete is getting triggered only once and than I have to refresh page in order to start from fresh.
Moment I removed entry of color-box , autocomplete is working perfectly fine.
I am not sure if this is actually an issue with autocomplete or I am doing something wrong.

I am using following version of Jquery

  •  jquery-1.7.2
  •  jquery-ui-1.8.18
 
  [1]: http://stackoverflow.com/questions/25381161/jquery-autocomplete-is-being-triggered-only-once