This is more a smarty issue, than jquery/js. There is a smarty tag {ldelim} for { and {rdelim} for }. Also wrapping a piece of code with {literal}function() { code; } {/ literal} tells the parser to ignore the text between the tags.
Regards, Emil Ivanov On 28 Авг, 11:05, "Olivier Percebois-Garve" <[EMAIL PROTECTED]> wrote: > Hi > > I'm having an issue with the validation plugin. It conflicts with a > smarty-based php class named formsess. > It does not allow signs such as "{" in form tags. > Sounds like hell to go modify formsess, so I hope to find a way to change > that in the validation plugin. > Could it be possible to replace class="{required: true}" with > class="[required: true]" ? > > thanks > > -Olivier