focus fields is a plugin for jQuery that adds an outline and background colour to a text input when it is given focus.
<code>
void csharp {}
<?php echo ?>
SELECT code FROM SQL
<asp:net runat="server" />
function javascript() {}
$(jquery)
</code>
<tools>
<freeware /><opensource />
</tools>
focus fields is a plugin for jQuery that adds an outline and background colour to a text input when it is given focus.

This work is licenced under a Creative Commons Licence.
2 comments:
Hi
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);
Unfortunately, this plugin does not work if you use Internet Explorer and jQuery 1.2.1. One of the methods required by this plugin (wrap) was changed and caused it to break.
I've filed a bug, and hopefully this will be fixed by jQuery 1.2.2: wrap removes expandos
Post a Comment