Clear textbox when on focus with jQuery
$(function() {
$(‘input[type=text]’).focus(function() {
$(this).val(”)
});
});
2 Notes/ Hide
-
fixedandfluid posted this