How to pass value in knockout js
问题 I need to pass value from one javascript to another using function call. I am returning value of month from II js to I js but value is not getting populated in html. Sample code is given below but its not working.Kindly help me to fix this code: HTML FILE ======== <body> <div id="selectdiv"> <input type="radio" id="radio1" name="radioGrp" value='div1' data-bind="checked:subDiv1" />div1 <input type="radio" id="radio2" name="radioGrp" value='div2' data-bind="checked:subDiv1" />div2</div> <div