Setting up CanJS

  • page
Using  

CanJS is designed and packaged so that it can easily fit into your development workflow. You can use it with jQuery, Dojo, Mootools, YUI and Zepto. The following pages contain guides on

If you are looking for a quick start using our CDN just create an HTML page like this:

<html>
<head>
    <title>CanJS Test</title>
</head>
<body>
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.js"></script>
    <script src="http://canjs.com/release/latest/can.jquery.js"></script>
    <script type="text/javascript">
        $(function() {
            // Your CanJS code here
        });
    </script>
</body>
</html>

Or fork one the JSFiddle with your library of choice: