(function($) {
     $(document).ready(function() {
       $('#query').attr("autocomplete", "off");
       
     });
})(jQuery);
