How to apply both events click and double click on a single selected table row 'tr', where tr is dynamically bound with foreach knockout binding.
On single click it should call one function, on double click it should call another function.
Can any one help?