I am creating a application using CANJS. To display the user Information basing on the cookie I am not not knowing how to create and delete a cookie using CANJS.
can some one please help me
Go to http://javascriptmvc.com/docs.html and type cookie in the search box.
$.cookie('name','value');
var value = $.cookie('name');
Or you could use http://jquerypp.com/