Top "Canjs" questions

CanJS is an MVC/MVVM library for JavaScript with modern features like live-binding and computed values.

function(el,ev) what does it mean?

when i have something like this ".mylabel click": function (el,ev){ //mycode in here } what does el mean? what does …

canjs
How to Debug EJS code in Chrome/Safari

I am using EJS templates with CanJS and are looking for a way to debug my EJS code. Currently firebug …

javascript debugging ejs canjs