visual studio 2010 - knockoutjs function is not invoke when button clicked -
i have 1 knockout view model function not invoke when clicking button. missing something. running code vs2010 ide. test same code in jsfiddle , working there when try run same code vs2010 ide not working. appreciated. thanks <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> <style type="text/css"> #dash { max-height: 128px; overflow: hidden; } #dash div { border: 1px solid #de2345; padding: 4px; margin: 2px; line-height: 20px; box-sizing: border-box; } #dash div:before { content: '--> '; } </style> <script type="text/javascript" src="http://ajax.aspnetcdn.com/ajax/knockout/knockout-3.3.0.js"/> <script type="text/javascript"> function tabl...