I want help for getting a code for a working search box.
The output that I expect is,
when I type in the search box, B, a list of pokemon should appear whose name starts with b, then when I type u, a list of pokemon name should appear whose name starts with bu and so on. When I click a name from the list it should go to the page I desire. Can I get the code for it? Please
Code for Search Box
Moderator: General Moderators
Re: Code for Search Box
One thread at a time.
We won't give you code for it, mostly because we have no idea what HTML and Javascript and server-side code you're working with so we couldn't possibly just give you something and expect it to work, but we can help you. Have you done any research into this? Learned about AJAX? Do you have a PHP script that can do the searching part and you just need the remaining Javascript autocompletion portion?
We won't give you code for it, mostly because we have no idea what HTML and Javascript and server-side code you're working with so we couldn't possibly just give you something and expect it to work, but we can help you. Have you done any research into this? Learned about AJAX? Do you have a PHP script that can do the searching part and you just need the remaining Javascript autocompletion portion?
Re: Code for Search Box
no. This is what I have made till now. http://speedy.sh/EJbe4/Neo-Pokedex.zip