From 17b5cdfea356c2108ea6b478eccdf526bffa494a Mon Sep 17 00:00:00 2001 From: Wes Date: Fri, 11 Nov 2011 18:21:00 +0000 Subject: [PATCH] tidying up example markup and ensuring links point somewhere useful --- example/example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/example/example.html b/example/example.html index 5213058..7275db8 100644 --- a/example/example.html +++ b/example/example.html @@ -22,9 +22,9 @@ $('#list-html').toggle('fast', function(){ if($(this).is(':visible')){ $('#show-list').text('Hide underlying list.'); - $(".topbar").fadeTo('fast',0.7); + $(".topbar").fadeTo('fast',0.9); }else{ - $('#show-list').text('View underlying list.'); + $('#show-list').text('Show underlying list.'); $(".topbar").fadeTo('fast',1); } }); @@ -39,12 +39,12 @@
jQuery Organisation Chart
-
View underlying list.
+
Show underlying list.