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

Popular posts from this blog

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

php - Change action and image src url's with jQuery -