You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: