-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.js
More file actions
36 lines (26 loc) · 924 Bytes
/
Copy pathmain.js
File metadata and controls
36 lines (26 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
$("#mainbutton").click(function () {
$(".fotos").css("display", "block");
$("#mainbutton").click(function () {
$(".fotos").css("display", "none");
$("#mainbutton").text("Ups! They're gone!")
$("#mainbutton").click(function () {
$("#mainbutton").text("Yes Forever!")
$("#mainbutton").click(function () {
$(".fotos").css("display", "none");
$("#mainbutton").text("Just stop clicking here")
$("#mainbutton").click(function () {
$(".fotos").css("display", "none");
$("#mainbutton").text("Please?? ")
});
});
});
});
});
var folded = new OriDomi('#p1');
folded.accordion(70);
var folded = new OriDomi('#p3');
folded.stairs(50);
var folded = new OriDomi('#p4');
folded.stairs(55);
var folded = new OriDomi('#p6');
folded.accordion(75);