Is there a way to turn off auto-complete on an input-field using jQuery?

Posted by timkl on Stack Overflow See other posts from Stack Overflow or by timkl
Published on 2010-03-22T17:53:13Z Indexed on 2010/03/22 18:01 UTC
Read the original article Hit count: 169

Filed under:
|

Is there a way to turn off auto-complete on an input-field using jQuery?

Like this:

<input type="text" autocomplete="off" />

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript