Fire Onchange event after AutoComplete
I am trying to do Autocomplete and onchange event at a time. Means:I want to fire onchange event in a autocomplete textbox. When i write something in the a textbox from keyboard and click outside the textbox then onchange event firing but when i select something in the from the auto suggest names onchange event is not firing. My HTML Code <div style="width: 34%"> Person Name:<input id="txt0" type="text" onchange="SaveData('txt0')" class="userSearch" placeholder="Helped Person" /> </div> JavaScript Code function AutoComplete() { //Autocomplete added to the textbox. $('.userSearch').autocomplete