Is it possible to disable Firefox\'s auto-fill feature without disabling auto-complete?
I know I can do this:
autocomplete=\"off\" <
This actually works with a password field in FireFox:
$(window).load(function(){ $('#pass').val(''); });