I am trying to add focus on the following code, which would loop through the 10 or more fields and remove the default value(s) when the user focuses on the field. how can i add the focus to the existing code? -thanks
$(document).ready(function() {
$('#tradition').click(function() {
$('#form-container').attr("class","trade");
$('.lblMadlib11').text("Eleven ");
$('.lblMadlib11a').val("eleven value field");
});