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
| function d3_geo_type(types) { | |
| for (var type in d3_geo_typeDefaults) { | |
| if (!(type in types)) { | |
| types[type] = d3_geo_typeDefaults[type]; | |
| } | |
| } | |
| return types; | |
| } | |
| var d3_geo_typeDefaults = { |
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
| Bootstrap 3 - Carousel/Slider Collection | |
| Article: http://sevenx.de/blog | |
| Demo: http://sevenx.de/demo/bootstrap-carousel | |
| Working Examples (inline Styles, CDN Scripts) | |
| - minimal Bootstrap Markup changes | |
| - minimal CSS Styles | |
| - minimal jQuery |
OlderNewer