diff --git a/examples/example_googlespreadsheet.html b/examples/example_googlespreadsheet.html index 14cf5ee..c231e4b 100644 --- a/examples/example_googlespreadsheet.html +++ b/examples/example_googlespreadsheet.html @@ -11,18 +11,6 @@ padding: 0px; margin: 0px; } - #timeline-embed{ - margin:0px !important; - border:0px solid #CCC !important; - padding:0px !important; - -webkit-border-radius:0px !important; - -moz-border-radius:0px !important; - border-radius:0px !important; - -moz-box-shadow:0 0px 0px rgba(0, 0, 0, 0.25) !important; - -webkit-box-shadow:0 0px 0px rgba(0, 0, 0, 0.25) !important; - box-shadow:0px 0px 0px rgba(0, 0, 0, 0.25) !important; - } - @@ -34,12 +22,7 @@ var timeline_config = { width: "100%", height: "100%", - source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html', - //font: 'Bevan-PotanoSans', //OPTIONAL - //start_at_end: true, //OPTIONAL - //hash_bookmark: true, //OPTIONAL - css: '../compiled/css/timeline.css', //OPTIONAL - js: '../compiled/js/timeline-min.js' //OPTIONAL + source: 'https://docs.google.com/spreadsheet/pub?key=0Agl_Dv6iEbDadHdKcHlHcTB5bzhvbF9iTWwyMmJHdkE&output=html' } diff --git a/examples/example_jquery_load.html b/examples/example_jquery_load.html new file mode 100644 index 0000000..cf703e3 --- /dev/null +++ b/examples/example_jquery_load.html @@ -0,0 +1,36 @@ + + +
+ +