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

_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches

Reply via email to