Is there a general approach, or at least a set of steps, that a KnockoutJS developer should take to create a binding for simple jquery plugins.
For example, if a plugin runs like this in the "common code":
$('#tag1').tagsInput({ // my parameters here });
What would be the simplest KO user binding for this plugin?
Maxim V. Pavlov
source share