SHOW:
|
|
- or go back to the newest paste.
1 | $(function() { | |
2 | - | $("#news").click(function() { |
2 | + | $("#news").click(function() { |
3 | - | if( !$('#rectangle').is(':visible') ) { |
3 | + | if( !$('#rectangle').is(':visible') ) { |
4 | - | $("#rectangle").hide(2000); |
4 | + | $("#rectangle").hide(2000); |
5 | - | }; |
5 | + | }; |
6 | - | else { |
6 | + | else { |
7 | - | $("#rectangle").show(2000); |
7 | + | $("#rectangle").show(2000); |
8 | - | }; |
8 | + | }; |
9 | - | }); |
9 | + | }); |
10 | - | }); |
10 | + | }); |