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: 196
jQuery
|JavaScript
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