how to make $ = any other symbol in javascript language
to make this javascript code to read this symbol as $
for example
how to make javascript read ( # ) as ( $ )
because i want to put #TEXT# in php code but i want certain javascript program read this as $TEXT$ ,,,, why ? because if i put $TEXT$ in php it read it as a variable and doesn't generated in html source so javascript program will not work
to make this javascript code to read this symbol as $
for example
how to make javascript read ( # ) as ( $ )
because i want to put #TEXT# in php code but i want certain javascript program read this as $TEXT$ ,,,, why ? because if i put $TEXT$ in php it read it as a variable and doesn't generated in html source so javascript program will not work
Comment