jQuery and Smarty function escape double quotes -
smarty generate radios uses double quotes how escape output in jquery?
jquery("#append2").html("<td>{html_radios name='stype' options=$stype selected=1 labels=false}"); thanks
does following escape not work?
jquery("#append2").html("<td>{html_radios name=\"stype\" options=$stype selected=1 labels=false}");
Comments
Post a Comment