How to get Highlight Related Label when Input in Focus?
$(“form :input”).focus(function() {
$(“label[for='” + this.id + “‘]”).addClass(“labelfocus”); }).blur(function() { $(“label”).removeClass(“labelfocus”); });
by Subbu · Published · Updated
Tags: Highlight Related Label when Input in Focus
by Subbu · Published September 10, 2013
by Subbu · Published May 6, 2013
by Subbu · Published March 11, 2013
More