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.