I have a problem with login form field in Google Chrome browser. I have a form with input and I want to his value was empty after page reload (refresh). I used jQuery:
$(document).ready(function(){
$("form input[name=user_login]").val("");
})
but in Chrome this solution doesn't work, and the field is set to remembered value.