How do I print the various 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>