Is it possible to access text input's history with javascript?

Posted by Majid on Stack Overflow See other posts from Stack Overflow or by Majid
Published on 2010-05-04T06:36:50Z Indexed on 2010/05/04 6:38 UTC
Read the original article Hit count: 312

Filed under:
|

Hi all,

Firefox remembers what you have so far entered in a given text input and as soon as you start typing it suggests previous values matching what you have typed so far.

Is it possible to access this list via javascript?

Thanks.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about browser-history