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

I discribed the current problem I have with Firefox [here](https://groups.google.com/forum/#!msg/sammyjs/Wi-YXm2ETVw/jGuZexLNRhwJ) The reason for that behaviour is that firefox does NOT create a popstate on page load! And chrome does ......

Does Sammy have an event that gets triggered when a user moves away from a certain route? Obviously `this.get` or `this.post` gets triggered when a route is navigated to. Is...

Hi, we needed to modify setLocation function in order to support passing route parameters. Changes are very straightforward and simple, would be nice if included in official release.

Sammyjs 0.7.4 with Jquery 2.1.0 has stopped catching "submit" event on forms. Now it reloads whole page after pressing "submit" button.

Hello Aaron, First of all, thanks for the great work on Sammy, this is really a cool project to work with. Back to my pull request: I extended renderEach so...

When you have anchor elements where the href is relative, ie. '#/form1', and follow the link to the route the address in the address is incorrect in IE10. This is...

I find these functions super helpful :)

Fixes #221, at least when no values can be set into the localStorage initially. Maybe the same issue arises when the limit is reached later on, when using .set? This...

...e can use partails in template by variable "render_partial_[partial_key]". But still can't use partial in partials. Data sended to template is available in partials, but it shared

Deals with a couple of issues that bit me on my first day with SammyJS. The second is more of a beginning of a fix (I haven't looked into Sammy's...