From 91c32bce7e26683d02854f84a2b35d8461e16699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Mon, 10 May 2010 19:57:43 +0200 Subject: Show details --- static/js/show.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 static/js/show.js (limited to 'static') diff --git a/static/js/show.js b/static/js/show.js new file mode 100644 index 0000000..c0b6d12 --- /dev/null +++ b/static/js/show.js @@ -0,0 +1,7 @@ +$(document).ready(function(){ + $(".details_heading").click(function() { + $(this).next().toggle() + }) + + $(".details").hide() +}) -- cgit v1.2.3