View difference between Paste ID: MRvBdb29 and SFMRUV2U
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+
});