Author: tchemit Date: 2011-07-19 16:35:15 +0200 (Tue, 19 Jul 2011) New Revision: 94 Url: http://nuiton.org/repositories/revision/nuiton-web/94 Log: Anomalie #1633: mycheckboxlist does not work under firefox Modified: trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ftl Modified: trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ftl =================================================================== --- trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ftl 2011-07-08 07:19:00 UTC (rev 93) +++ trunk/nuiton-struts2/src/main/resources/template/simple/mycheckboxlist.ftl 2011-07-19 14:35:15 UTC (rev 94) @@ -30,9 +30,9 @@ <br/> </@s.iterator> <#if !parameters.disabled?default(false) && (itemCount > 0)> -<a href="javascript:$('input[name=${parameters.name?html}]').attr('checked', true);">Tout sélectionner</a> +<a href="javascript:void($('input[name=${parameters.name?html}]').attr('checked', true))">Tout sélectionner</a> -<a href="javascript:$('input[name=${parameters.name?html}]').attr('checked', false);">Tout désélectionner</a> +<a href="javascript:void($('input[name=${parameters.name?html}]').attr('checked', false))">Tout désélectionner</a> <br/> </#if> <#else>
participants (1)
-
tchemit@users.nuiton.org