﻿$(document).ready(function(){

    $("#howMuch input[@type=text]").focus(function(){
        $(this).attr('value','');
    });     
});