includes/clientside/static/autocomplete.js
changeset 263 d57af0b0302e
parent 184 d74ff822acc9
child 367 ee4defc9321a
equal deleted inserted replaced
262:596945fa6e56 263: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...