AJAX - how to make autocomplete/autosuggestion and show results outside form, in table
Posted
by michael85
on Stack Overflow
See other posts from Stack Overflow
or by michael85
Published on 2010-04-01T09:28:15Z
Indexed on
2010/04/01
9:33 UTC
Read the original article
Hit count: 133
hello
im trying to make a simple page with search engine. i read, that if i want to implement autocomplete/autosuggest with form, i have to use ajax. thats ok for me. there are a lot solutions on the intenret, but unfortunetly all of them is the same script :/ and thats fine for me :) but i want to go further. i want to show autosuggest results in table for example below search form. the data is stored in a simple array (eventualy, source mysql) i know that kind of script isnt easy to write, so i ask you to give me a hint or something. trivial solution is use php, but this needs submit button.
help, im stuck :)
© Stack Overflow or respective owner