KnockoutJS Custom Double Click Binding
Feb. 2, 2016While working on a project the other day I was presented with an interesting issue. In our project we are using Knockout JS for 2-way data binding between a set of data and a Leaflet JS map. With all of this data, we have many different click events needed so the user can interact with and manipulate the data in different ways. I needed a way to have 2 different bindings on one item for both a ...