[Koha-patches] [PATCH] Bug 3128: IE7 tweak

Michael Hafen mdhafen at tech.washk12.org
Thu Apr 23 00:37:55 CEST 2009


I see an alert there.

On Wed, 2009-04-22 at 16:16 -0500, Joe Atzberger wrote:
> Again, jquery has the answer, mainly because it fails cleanly and
> quietly on NULL/undef elements.
> ---
[snip]
> +        var id_string = mandatories[i];
> +        alert (id_string);
> +        if( ! $("#" + id_string).val() ){
> +            $("#" + id_string).attr('class','subfield_not_filled').focus();
[snip]
-- 
Michael Hafen
Systems Analyst and Programmer
Washington County School District
Utah, USA

for Koha checkout
http://development.washk12.org/gitweb/
or
git://development.washk12.org/koha




More information about the Koha-patches mailing list