I want to trigger click li event using knockout js on page load.
li
I have tried click: function(){ $(this)[0].click(); }. But its not working.
click: function(){ $(this)[0].click(); }