AJAX search box in Movable Type
Posted on June 24, 2005
[NOTE: The ajax search field is OFFLINE at the moment!!!]
Expanding on my previous AJAXesque auto-suggest textfield, I've adapted the standard movable type search field (on the index page) to be AJAX-enabled.
The search field automatically suggests the titles of articles contained in my blog. Try typing in 'AJAX'.
I've now noticed a fatal flaw in the idea of layering two textfields over one another: If the input text is longer than the field, the input text scrolls horizontally, while the suggestion text stays put. Hmmm...