backbone.stickit
backbone.stickit copied to clipboard
Backbone data binding, model binding plugin. The real logic-less templates.
Added ajax config in select2 config , on selecting the result, the added model attribute is undefined . Here is the fiddle http://jsfiddle.net/atummala/40rwfybf/ On click of save the model attributes...
Hi - thanks for the great plugin. I noticed that for itemviews, stickit produces multiple dom elements with identical id properties. For example { firstName: "Tom"},{firstName: "Dick"},{firstName: "Harry") passed into...
Since I haven't worked on Backbone or Stickit apps in several years, I don't think I'm in a good position to lead development on this project. That said, I think...
I think i found the issue within stickit plugin, which leads to unexpected behavior with the DOM. Preconditions: I've gotten dropdown with some options hidden, that's `disabled = true`. After...
Hi. I have multiple checkboxes, if I press submit it show me validation errors. After pressing one of them the validation error disapperars. The values if one checkbox is pressed...
The 'bblatest' branch contains an old refactoring to use listenTo(). https://github.com/NYTimes/backbone.stickit/commit/ffd912a589f6417966cd7a0b150cece365a97333 Seems like a real simplification; I am curious as to why this didn't go anywhere -- i.e., was there...
The binding of selectOptions to a backbone collection involves a call to `collection.toJSON`. If that function is special, the returned results will not match the expected format. In our case...
Hello everybody! How to make dependent on each other select(Select2) on backbone.stickit?
after click on checkbox - the binding not react http://stackoverflow.com/questions/41547645/the-bindings-in-backbone-stickit-not-work-in-internet-explorer-11-and-edge
Hi, thanks for the excellent plugin which I find very useful! Something I'm having an issue with is that stickit does not seem to catch change events on input elements...