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

c# - passing input text from view to contoller with FacebookContext using Facebook app -

ios - Does Core Data autoupdate a many to many relationship on saving -

Calling a C++ function from C# by passing a string with variable size to it -