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
The problem seems to be, that I did not get, how to set a tag-attribute AND the tag-valuue at the same step.
I have a played a little with map, but I only have the attribute set OR the value, but never both. Here is one other example:
html =
data = [{target:1},{target:2}]
Plates.bind(html, data);
what I want to have as a mapping/binding-result is:
12
The problem seems to be, that I did not get, how to set a tag-attribute AND the tag-valuue at the same step.
I have a played a little with map, but I only have the attribute set OR the value, but never both. Here is one other example:
Is there any way?
The text was updated successfully, but these errors were encountered: