Results 1 to 5 of 5

Thread: Auto sugest box

  1. #1
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Auto sugest box

    I am working on an search application i need the search box should give auto suggest using ajax can any one tell me how to do it.. using ajax i tried many code but i need a code like google auto suggest....

  2. #2
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    ok, well you'd need a data source to gather all suggestions. This could be where you're searching data from.

    Here's what you';re looking for, you'd just need to change the data source to mysql if that's what you're using:
    http://www.w3schools.com/php/php_ajax_livesearch.asp
    - Josh

  3. #3
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ya i referred that ..but in that example the page is extending .please see the demo ..its not like google...if i use that my buttons are extending below the result of the sugessions...

  4. #4
    Join Date
    Mar 2007
    Location
    New York, NY
    Posts
    557
    Thanks
    8
    Thanked 66 Times in 66 Posts

    Default

    Do you mean you want it like a drop-down menu?
    - Josh

  5. #5
    Join Date
    Sep 2009
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    yes....

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •