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

Popular posts from this blog

Java - Error: no suitable method found for add(int, java.lang.String) -

java - JPA TypedQuery: Parameter value element did not match expected type -

c++ - static template member variable has internal linkage but is not defined -