-
Currently, DotVVM is pretty bad technology for (mostly) static websites, like https://dotvvm.com, https://corestart.cz and so on (especially when deployed in debug mode, like corestart.cz ...).
* T…
-
When this extension is active, visual studio's / web essentials intellisense support for knockoutjs stops working..
Is it possible to create a resharper-knockoutjs extension ? I would gladly start it…
-
Most of knockout is great for having the server render the content, and then updating it when the JS loads on the clientside. This ensures that the page isn't blank while the JS is loading, but has vi…
-
I have this simple markup
```
```
with this simple view model
```
var ViewModel = function () {
var self = this;
self.items= ko.observableArray([
{ id: "1", name: ko.observa…
-
While Knockout supports some unobtrusive event handling as shown in the documentation, some things cannot be done easily and require adding method calls to the code, like model control flow events (be…
ghost updated
7 years ago
-
Hi guys,
I'm working on project where KnockoutJS used. In a specific part of this projecte I spotted using ko.applyBindingsToNode method but can not find ANY information concerning this in officia…
-
For the tko is not enough plugin for routing, transitions, etc.
There are many libraries: sammy js, crossroute, etc. but many of them have not been updated long ago.
Recently released PagerJS (v1.1.…
-
If you open multiple profiles at once (eg, Control-Click), the plugin will partially load, but I can't set any categories in at least some (most likely any) of the loaded pages.
A refresh clears the …
-
`insertPropertyAccessors` already does some pre-processing, but it may make sense to move this to the binding handlers. They would have a function that takes a value string and returns a new value str…
mbest updated
12 years ago
-
It would be cool if we could use shorthand property names/values in bindings.
e.g.
``````
would be equivalent to
``````
Thoughts?