Posts tagged with 'code'
Oct 02, 2006
Yet Another AutoComplete Script (YAACS)
...ert this Javascript code into your page UNDER the input field and suggestion node: new Autocomplete('tag_input', 'tag_suggestions', tags); Here we are passing in the id of the input field, the id of ...
Jul 09, 2006
Searchville and ActsBasicallySearchable
So, you may notice that I just added a search box which will search posts, and maybe comments in the future. This was the first time I've really written a search engine, and it was kind of fun. I initi...