jQuery Plugin: focus fields
focus fields is a plugin for jQuery that adds an outline and background colour to a text input when it is given focus.
focus fields is a plugin for jQuery that adds an outline and background colour to a text input when it is given focus.
Comments
I seem to get this error on my site in IE7.
Error: 'this.parentNode.borderCss.off' is null or not an object
This is on line 66 :
$(this.parentNode).css(this.parentNode.borderCss.off);
I've filed a bug, and hopefully this will be fixed by jQuery 1.2.2: wrap removes expandos