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

Suggested code from here is not working as expected: https://github.com/quirkey/sammy/blob/master/lib/sammy.js#L1107 Added callback to fix.

There may be an issue with setting the location. Either that or I'm doing something wrong. I originally ran into problems with IE11 and the back button not appearing to...

Currently, Sammy throws the error "NS_ERROR_DOM_QUOTA_REACHED" when I try to save data into the session if the storage limit of the localStorage is reached. This can be reproduced either in...

Error occurs when Sammy tries to add logger at the string: if (_isFunction(window.console.log.apply)) The message is "Object doesn't support this action"

If there is an server error when using load (404, 401, 500), there is no way to handle it. No error is triggered. Load has only success handler.

Please add a way to specify another resolver for sammy.js. I am currently working on a project where templates are pre-rendered and data gets loaded over websockets. For the data...

Currently, EvenContext has a path field. This field is the triggered uri, there is no way of finding out which route path pattern was called. I can always use app.lookupRoute...

Here's what it looks like for me - http://screencast.com/t/TG09t8y7gH (its scaled down here so I could get the whole thing in a screenshot but scaled to default it looks the...

Anytime a mailto link is clicked, the Sammy application will no longer update on hash changes. Breaks on all browers. Others also seem to be experiencing this issue – http://groups.google.com/group/sammyjs/browse_thread/thread/ca7c898d0f995756...

Here is an example program. Sometimes when clicking on one link or the other (typically after a refresh) only one DIV get's the update. https://gist.github.com/rbucker881/b980e41f83854f20a283