Is it possible to use CSS to disable autocomplete on a form element (specifically a textfield)?
I use a tag library which does not permit the autocomplete element an
you can easily implement by jQuery
$('input').attr('autocomplete','off');