Code for Search Box

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
ash2916
Forum Newbie
Posts: 6
Joined: Tue Jul 29, 2014 1:15 am

Code for Search Box

Post by ash2916 »

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
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: Code for Search Box

Post by requinix »

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?
ash2916
Forum Newbie
Posts: 6
Joined: Tue Jul 29, 2014 1:15 am

Re: Code for Search Box

Post by ash2916 »

no. This is what I have made till now. http://speedy.sh/EJbe4/Neo-Pokedex.zip
Post Reply