This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Mosaic - jQuery Version | |
| * | |
| * Released on 21th December 2011. | |
| * | |
| * Copyright (c) 2010-2011 René Kersten, http://pixel-webarts.de | |
| * | |
| * Licensed under the terms of MIT License. | |
| * | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Simple Infinite Carousel - jQuery Version | |
| * | |
| * Released on 11th December 2011. | |
| * | |
| * Copyright (c) 2010-2011 René Kersten, http://pixel-webarts.de | |
| * | |
| * Licensed under the terms of MIT License. | |
| * | |
| */ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # Rails 3 Version | |
| # - ported to rails3 | |
| # - optimize javascript | |
| # | |
| # setup/usage: | |
| # 1. copy to RAILS_ROOT/app/middleware/ | |
| # 2. application.rb ... config.middleware.use 'RoutesJs' | |
| # 3. Layoutfile: <%= javascript_include_tag 'routes' %> | |
| # 4. js usage: category_url({ slug:'test',format:'json', page:2 }) |
NewerOlder