Tutorial Highlight Related Label when Input in Focus

$("form :input").focus(function() { $("label[for='" + this.id + "']").addClass("labelfocus...

$("form :input").focus(function() {
$("label[for='" + this.id + "']").addClass("labelfocus");
}).blur(function() {
$("label").removeClass("labelfocus");
});

Hot in Week

Popular

Archive

item