Open kathryn-thompson opened 13 years ago
That may be a symptom of the fact that a colon (":") isn't valid character in a JavaScript name. I won't comment on whether the colon should be used or not, but, in this case you can work around that limitation with object array notation: ${prop[autn:summary]}
. It will take a tiny bit of tweaking on your {{each}}
, but here is a stripped-down sample jsFiddle.
Thanks for taking the time to submit this issue. Just wanted to let you know this plugin is no longer being actively developed or maintained by the jQuery team. See README for more info.
I have the following template:
I can pull PAGENUMBER out of the JSON but not autn:summary (it complains about the : tag presumably)
How can i escape it? I've tried \: and \; and \3A but nothing works.
Thanks
Gordon