1
how to print the variable click inside the Html
<script type="text/javascript">
$(".j_requerimento").click(function(){
var click = 1;
$(".j_label_requerimento").append("<span>IMPRIMIR AQUI A VARIAVEL CLICK</span>");});
</script>
thank you very much solved my problem !!
– diogo Dsa