sammy icon indicating copy to clipboard operation
sammy copied to clipboard

Sammy is a tiny javascript framework built on top of jQuery, It's RESTful Evented Javascript.

Results 69 sammy issues
Sort by recently updated
recently updated
newest added

The link in the documentation to sammyjs.org is dead

Hey, Been playing around with Sammy in Chrome/Mac and am hugely impressed with its capabilities. I've found a bug though that doesn't seem to happen in Firefox, but does seem...

Hello. Sorry this is not an issue, but question how this organized in sammy.js. This is a template: ``` ``` this code in `main.js` file ``` this.get('#/school', function(context) { context.app.swap('');...

Mustache new version don't find to_html anymore. I think they change the nemo of function to "render". I changed in my project and have success using the new version of...

I'm use sammy.template plugins rander my application. on my page foreach can't rander . give me callback error info `Uncaught SyntaxError: Unexpected token ? at new Function () at srender...

Hi, Just a heads up that when trying a website that works perfectly on chrome and safari, it does not work properly when browsing it with Microsoft Edge Canary for...

The `app.notFound` route is obviously for 404 pages, but unlike other routes it's not passed a context which would contain a render method. So how do you render 404 pages...

How to reload router when on the same route?

I am try to bundling using webpack in Sammy js, but ( template & title ) files plugins in can't set on webpack provide me a way to create successfully...