error using Knockout for data binding Interface effect: when tab pages are switched, ajax is used to get pages dynamically. Use seajs to manage js. the first click to check the tab binds correctly, but the second click to check the tab makes an er...
I am a newcomer to js, this is an example in knockout.js html First name: <input data-bind="value: firstName" > Last name: <input data-bind="value: lastName" > Full name: <strong data-bind="text: fullName&quo...