Posted by: Hardic May 29, 2013
help needed with javascript, ajax n jquery
Login in to Rate this Post:     0       ?        
 What  exactly you need ?

Jquery plugin 

Markup

CSS 

Jquery code

if you have plugin 

$(document).ready(function() {
    
    $("#ctl00_ContentPlaceHolder1_txtSerach").autocomplete('AutoCompleteHandler.ashx');

});

Here in my case I am using asp.net handler to return the data. You can use your API

Hope it helps you.
 
Read Full Discussion Thread for this article