Hi all,
is there a way with jTemplates to escape {$, so i can use inline javascript in my onBlur like
<a href="http://www.telegraaf.nl" onclick="if ( a ) {$('#something').css ('display','none');alert('some msg');}">telegraaf</a>
which gets this after processTemplate:
<a onclick="if ( a ) " href="http://www.telegraaf.nl">
Thanks, Henk