js-model icon indicating copy to clipboard operation
js-model copied to clipboard

Work with models in your JavaScript

Results 15 js-model issues
Sort by recently updated
recently updated
newest added

If you use $ instead of jQuery in model_rest you can use other libraries than jQuery such as tire.js and zepto.js. another possibility is to have an adapter incase those...

Any plans for rudimentary associations between models? How are you doing this now?

I was playing with js-model over the weekend and dates in models don't work as I expected they would. Objects with properties set as dates get serialised to strings and...

After some rumbling I got js-model to work with cross-domain scripting - which is vey much a requirement for most web apps today. Not complete, but here's how the AJAX...