Is there a way with jTemplates to exit {$, so I can use the built-in javascript in my onBlur, for example
<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
source
share