Tuesday, May 13, 2008

Live Search - auto complete off!

Just for fun, I decided to write a live search version of the main movie DB.

It was much quicker/easier than I thought.. since it's basically just ajax!

I call the ajax->php bit "onkeyup".

Do the DB query, and write it to a list which appears in a div under the form field.

I think it should be harder!!!

Oh and.. autocomplete="off" in the form tag turns off the browser autocomplete.

I'll post snippets another time, although it's pretty darn obvious eh?

0 comments: