Query regarding ajax search data

Asked By 0 points N/A Posted on -
qa-featured

Can anyone please tell me how to do a search using ajax search data?

I will be grateful if you can solve my query as soon as possible.

SHARE
Answered By 10 points N/A #161305

Query regarding ajax search data

qa-featured

 

Simply pull up your Ajax editor and open the web page. The page will show with text box. Next, you need to start coding. First thing you need to do is to code the function of “search”. It begins with string syntax “{“and should end with “}”. Search code content must have the function for “new”, “open” and “send”. Second, type in the code for stating the function of “find”, it must consist of input box, the size and use “onkeyup” command for main function of searching keywords. Lastly, the code for output should identify as “livesearch”. Function commands must be in open and closed parenthesis. You can check the link for sample coding. https://www.w3schools.com/php/php_ajax_livesearch.asp

Related Questions