Printing of jqmData into HTML
Hello,
Here is my code:
- // HTML stuff and including of jQuery mobile & co.
- <title>$.jqmData("projectName")</title>
- </head><body>
- //...
- <h1>$.jqmData("projectName")</h1>
- // rest of code
For the title it works and inserts my project name which defined earlier. In the body part (<h1>-tags) it does not work and shows me the unparsed string '
$.jqmData("projectName")'.
What am I doing wrong?
Greets!