I need to hide the autocomplete of jquery which i select the text it won’t hide.plz give some suggestion.
Note:it’s not the jquery ui
this is my code
$(document).ready(function(){
$("#inputString").autocomplete("rpc.php", {
width:240;
});
});
The Autocomplete widgets provides suggestions while you type into the field. Suppose suggestions are tags for programming languages, give “ja” (for Java or JavaScript). After selecting Javascript by using suggestion dropdown or div it will hides automatically.