Re : Can.Control and Drop Events
http://jquerypp.com/#drop '{element} dropover': function(el, ev, drop, drag){ // to access elements: // drag.element // drop.element },
View ArticleRe : Is it already save to migrate to DoneJS?
There is not Done.js yet. I think it is safe to migrate to latest can.js and steal, but you'll have to do some re-factoring definitely.
View ArticleRe : Is it already save to migrate to DoneJS?
JavaScriptMVC 3.3 will be released in a few weeks and will be using CanJS and the new Steal under the hood. There will be migration documentation to go along with the release, but refactoring should be...
View ArticleRe : Weekly Widgets
It would be great to see approach to building more complex application, with some loosely coupled widgets.
View ArticleRe : Is it already save to migrate to DoneJS?
@Curtis in 3.3. is steal going to be node.js based?
View ArticleRe : Weekly Widgets
The last one gets about as close as we are going to get to building a more complex application for this series.A complex application takes months of time. We just don't have that.
View Articleinclusions of jquery plugins in jmvc
Hi All,I am new to JMVC, I do not see any option for using jquery plugins in JMVC. IS there any link available ? For example : If i need to use highcharts/jqgrid in my application, do i need to do...
View ArticleRe : inclusions of jquery plugins in jmvc
You would just steal the plugin.In the case where you have a plugin that has multiple files (perhaps a css file), I like to create a wrapper JS file that steals the plugin and any required files and...
View ArticleRe : inclusions of jquery plugins in jmvc
Thanks a lot for a quick replySo everything will be included by default ? I need to download the particular plugin and create the folder structure and steal it ? Is there any working example ? If so...
View ArticleRe : Weekly Widgets
Well there is no need to create new one, you've created a lot of complex apps I believe, It would be great If you choose one with complex widget's interactions and explained the architectural approach...
View ArticleRe : Weekly Widgets
We have built many apps, but we can not share anything about our client's code (sometimes even who are clients are).
View ArticleRe : Is it already save to migrate to DoneJS?
Ok, so the "jquery/*" part can be replaced by CAN. Building with steal still works the same way it did a year ago!? :) But what about funcunit and documentJs - haven't heard anything about them for...
View ArticleRe : Weekly Widgets
Yes I understand this, well maybe you could depersonalize app and code and elaborate and share high level ideas on building and glueing together complex apps. Small examples are good, but they help...
View ArticleCanJS 1.1.4
Thank you for releasing CanJS 1.1.4I am using jQuery 1.9.1and the latestcan.observe.backup.jsstill the jQuery Migrate plugin displays the following warnings:JQMIGRATE: jQuery.attrFn is...
View ArticleView.done is not a function
HiI tried http://yacine.org/2012/01/16/jmvc-jqm-improved-dispatch/Unfortunately I get an error at the view.done dereffer.Firebug console: TypeError: $instance.view.done is not a...
View ArticleRace condition creating xml output
To integrate with CI I am using QUnit with funcunit to create xmlsteal/js funcunit/open/phantomjs localhost/test.html -out text.xml When the xml is produced it is often not valid as the testsuites tag...
View ArticleRe : CanJS 1.1.4
Thanks for reporting this!1. We have jQuery 1.9.0 (and quickly tested with 1.9.1) running without the compatibility plugin in the CanJS tests and everything is passing. I am not aware of any of the...
View ArticleRe : CanJS 1.1.4
I use jquery.colorPicker.min.jsand the complete jquery-ui-1.10.0.custom.min.jsas well as these files that I run through the Google Closure compiler together with my own...
View ArticleRe : CanJS 1.1.4
Thanks! My bet would be on one or more of the other plugins you are using. Unless we didn't test something that's still using the old API (a quick grep didn't bring anything up though).Either way let...
View Article