Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Unified Diff: src/site/js/carousel-next.js

Issue 1319523005: Embed DartPad in the top part of homepage (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: remove 2nd dartpad Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/index.html ('k') | src/tests/site/gists/README.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/js/carousel-next.js
diff --git a/src/site/js/carousel-next.js b/src/site/js/carousel-next.js
new file mode 100644
index 0000000000000000000000000000000000000000..82a475fc21975d5f2d32758e89e8a555149e9ef0
--- /dev/null
+++ b/src/site/js/carousel-next.js
@@ -0,0 +1,5 @@
+$(document).ready(function() {
+ $("#carousel-next").click(function(){
+ $("#top-carousel").carousel("next");
+ });
+});
« no previous file with comments | « src/site/index.html ('k') | src/tests/site/gists/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698