I need to have multiple data bindings on one element. For example, I want a href as well as a html data-binding on one a tag.
href
html
a
Like this:
You use comma-separated bindings - the attribute is the same as passing an object:
{ html: name, attr: { href: url } }
Or, if you're asking about multiple attr bindings at once:
attr