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
If I try to print an array, jQuery-tmpl automagically joins the strings with comma. The problem is the missing whitespace after comma. I would like "john, doe, is, unknown" instead of the current "john,doe,is,unknown".
The text was updated successfully, but these errors were encountered:
I put together a proof-of-concept for this issue on jsFiddle, though I am not sure how you set your template up for omitting the terminating comma.
As well, there is a work-around in there for getting by until a better solution is found. The work-around revolves around rendering some a string variable after each item, but it doesn't handle omitting the terminating comma either.
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.
If I try to print an array, jQuery-tmpl automagically joins the strings with comma. The problem is the missing whitespace after comma. I would like "john, doe, is, unknown" instead of the current "john,doe,is,unknown".
The text was updated successfully, but these errors were encountered: