Using Smarty variables inside Javascript

I looked for appropriate answers for this on the smarty site, and the resounding answer was escaping javascript’s {}s with {literal}’s Smarty template vars and Javascript functions How to use Javascript codes in template files? Access Smarty value with javascript They basically all say to do something like this: So they want to put everything … Continue reading Using Smarty variables inside Javascript