includes/clientside/static/autocomplete.js
changeset 266 917dcc6c4ceb
parent 263 d57af0b0302e
child 367 ee4defc9321a
equal deleted inserted replaced
265:7e0cdf71b1bb 266:917dcc6c4ceb
     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...