php - set form autocomplete off in codeigniter global -


in codeigniter module. have around 75 pages forms, need add auto complete attributes globally. example, set autocomplete off attribute on view pages

i think, need use jquery in less complex manner.

you can use code:

$('form').attr('autocomplete', 'off');

it assign autocomplete attribute forms.


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -