Akshaya arumugam

Akshaya arumugam

  • NA
  • 183
  • 21.6k

How to call the function on click event?

Aug 14 2018 1:35 AM
I have a knockout function like below :
VM_ManagePatients = function () {
var MedicalandUser = {
ManageMedicalRecords: function () {
debugger;
alert("function called"); 
}
}
 };
How to call this on click event? 

Answers (4)