Compare commits
11 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
ff4ec8e059 | ||
|
844dcce556 | ||
|
715e0b7ff9 | ||
|
6b9e12c240 | ||
|
f5ddb7d133 | ||
|
9f488dd411 | ||
|
1c4c7bdea8 | ||
|
10056d0d7d | ||
|
97060781ac | ||
|
1ef607d718 | ||
|
8047a69322 |
@ -23,22 +23,32 @@ $(document).ready(function(){
|
|||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
$(document).on('click', '#button', function(e) {
|
||||||
|
e.preventDefault();
|
||||||
|
e.stopPropagation();
|
||||||
|
$(this).toggleClass('active');
|
||||||
|
$(window).scrollTop(0);
|
||||||
|
$('#jot-popup').toggle();
|
||||||
|
$('#profile-jot-text').focus();
|
||||||
|
});
|
||||||
|
|
||||||
</script>";
|
</script>";
|
||||||
|
|
||||||
$b .= '<p id="button"><a href="rpost"><span></span></a></p>
|
$b .= '
|
||||||
<span id=bottombar>
|
<p id="button"><a href="rpost"><span></span></a></p>
|
||||||
<a href="network" class="p">
|
<span id=bottombar>
|
||||||
<img src="./home.png" width=60%>
|
<a href="network" class="p">
|
||||||
<br>ホーム</a>
|
<img src="./home.png" width=60%>
|
||||||
<a href="connections" class="p">
|
<br>ホーム</a>
|
||||||
<img src="./people.png" width=50%>
|
<a href="connections" class="p">
|
||||||
<br>フォロワー</a>
|
<img src="./people.png" width=50%>
|
||||||
<a href="notifications" class="p">
|
<br>フォロワー</a>
|
||||||
<img src="./noti.png" width=50%>
|
<a href="notifications" class="p">
|
||||||
<br>お知らせ</a>
|
<img src="./noti.png" width=50%>
|
||||||
<a href="mail/combined" class="p">
|
<br>お知らせ</a>
|
||||||
<img src="./mail.png" width=70%>
|
<a href="mail/combined" class="p">
|
||||||
<br>D M</a>
|
<img src="./mail.png" width=70%>
|
||||||
</span>
|
<br>D M</a>
|
||||||
';
|
</span>
|
||||||
|
';
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user