I have this function:
function make(place) { place.innerHTML = \"somthing\" }
I used to do this with plain JavaScript and html:
Knockout's documentation also mentions a much cleaner way of passing extra parameters to functions bound using an on-click binding using function.bind like this:
on-click
Click me