Javascriptmvc compatibility with Jquery 1.8+
Hello,I have been using Javascriptmvc for over an year now. We wanted to upgrade our website to use Jquery 1.8+ .When I checked the Javascriptmvc library/folder I could see Jquery 1.7.1 used and...
View ArticleRe : Why does this ultra simple html generate an error ?
JustinNot particularly helpful. I don't need help with mustache/handlebars per se. I needed to know why the plugin fails to even load and instantiate.But I have found the problem.My version of...
View ArticleRe : Why does this ultra simple html generate an error ?
btw, canjs 1.0 is probably 8 months old. I'm not sure how you downloaded it.Mustache was part of 1.1 release: http://bitovi.com/blog/2012/12/canjs-1.1-release-notes.html. All plugins depend on the...
View Articleproduction.js won't load. Debugging?
Hi,I've got two sites (one of them accessible to the public (well, it shouldn't be, actually, but hey) where the site won't load in production-mode. After loading production.js everything stops. No...
View ArticleRe : Javascriptmvc compatibility with Jquery 1.8+
AFAIK you may use even jquery 2.0 with latest can.js
View ArticleRe : Why does this ultra simple html generate an error ?
JustinThanks for your response. I can't remember where I did the initial download but never mind. Unfortunately we are still not there.Using jquery 1.7.2 and all the can 1.1.5 downloads and referring...
View ArticleRe : Why does this ultra simple html generate an error ?
Ron, the documentation states that this version of CanJS only works with jQuery 1.8+. Try using the latest 1.x (1.9.1) version of jQuery. If the examples still don't work we are more than happy to help...
View ArticleRe : Why does this ultra simple html generate an error ?
DaffAllelujah !!! You are a *LIFE SAVER*Thanks.The documentation does as you say note that jquery 1.8+ is required, but in my defence it is in one place only, deep within the weeds, and following...
View ArticleRe : CanJS Large Scale Application
Let me explain something, my "pages" will be dynamic meaning that I do not know wich widget will be loaded, so how can I decide where to put observes ? If I understand you right, then what you are...
View ArticleRe : Steal production build
Sorry for the delayed reply... figured out that there was something else wrong in my setup, and now got the production build to work ! Anyway, thanks for your response !
View ArticleRe : Model inheritance
Override the attributes plugin and 'fix' it to perform proper inheritance. There is not going to be an official fix as the behavior is deemed by design, which I found out when filing issue #358...
View ArticleUpgrade less from 1.0.34 ( 2010 huge jsjmvc app ) to actual version
Hi Everyone !!!I´ve recently joined in this jsmvc world , and I´ve started working in a huge application with a javascriptmvc 2010 version, and I can´t upgrade the whole framework .... :(I´ve tried to...
View ArticleRe : define resources using an object in Steal?
Might be worth updating the documentation, which still instructs to use 'src'.http://javascriptmvc.com/docs.html#!steal
View ArticleRe : Why does this ultra simple html generate an error ?
Thanks, your feedback is duly noted and we'll make sure to highlight version dependencies more obvious on the new website which will be released shortly. I was actually thinking in an FAQ section or...
View ArticleRe : Steal Build Error
Where you at Curtis?Daffl says you are the goto guy for Steal stuff...
View ArticleCommenting out JMVC cookbook fixture makes Controller call fail
Just starting to look into JMVC as an alternative to GWT and what I did is just follow the sample app http://javascriptmvc.com/docs.html#!creating and replace the fixture for the create action by an...
View ArticleRe : Commenting out JMVC cookbook fixture makes Controller call fail
Ok, sorted, reading http://javascriptmvc.com/docs.html#!mvc.model when create is called it expects the rest service to return the created json object back
View ArticleRe : Commenting out JMVC cookbook fixture makes Controller call fail
it doesn't need the entire created object back, just the id.
View ArticleObserve with deeply nested data
Building an app that has large JS data structures that reference each other. Want to be able to observe a deeply nested item in multiple controllers. The deeply nested item will be shared with...
View ArticleRe : Observe with deeply nested data
Can you trim down your example a bit to make it easier to identify the problem. The bare minimum, without controls, would be helpful. Also include exactly what I need to do to see the error, what the...
View Article