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

How can I add a seperate action listener to all 14 of my buttons at once that can determine player turn?(java) -

php - Sorting an multidimension array using usort fails -

Simple file compression in C -