jQuery Form Focus Plugin

This jQuery plugin will add a background color to text, password, and textarea input fields in forms when focused, and then revert to the original background color on blur. It is a one line call, with one (optional) parameter, the background color. You can target all forms on the page with this simple line: $(‘form’).formFocus();… Continue reading jQuery Form Focus Plugin

Published
Categorized as jQuery