Disable the browsers auto-complete mechanism
If your creating some kind off wizzy AJAX auto-complete function that populates an your input text box you will probably want to turn the browsers auto complete feature off.
You could do this in plain HTML
The problem is that this would not be in keeping with the principle of progressive enhancement. In other words you would be disabling the browers autocompletion function without offering a solution of your own. Also you HTML would be invalid.
Luckly, this can bee achived using the jQuery attr fucntion
