javascript - How to store the dollar ($) to a variable in jQuery -
var name = '$ {tokenid}'; im trying to assign value "$ {tokenid}" to the name variable but there is nothing in the variable after execution
How do I
I do not know what problem you have, but here it works like a charm
http://jsfiddle.net/EdC9H/ You can call it single or double > In quotation marks, you can put in both.
Comments
Post a Comment