includes/clientside/static/autocomplete.js
changeset 212 d57af0b0302e
parent 174 d74ff822acc9
equal deleted inserted replaced
211:596945fa6e56 212:d57af0b0302e
     1 /*
     1 /*
     2  * Auto-completing page/username fields
     2  * Auto-completing page/username fields
       
     3  * NOTE: A more efficient version of the username field is used for Mozilla browsers. The updated code is in autofill.js.
     3  */
     4  */
     4 
     5 
     5 // The ultimate Javascript app: AJAX auto-completion, which responds to up/down arrow keys, the enter key, and the escape key
     6 // The ultimate Javascript app: AJAX auto-completion, which responds to up/down arrow keys, the enter key, and the escape key
     6 // The idea was pilfered mercilessly from vBulletin, but uses about 8
     7 // The idea was pilfered mercilessly from vBulletin, but uses about 8
     7 // bytes of vB code. All the rest was coded by me, Mr. Javascript Newbie...
     8 // bytes of vB code. All the rest was coded by me, Mr. Javascript Newbie...