Compare commits

...
This repository has been archived on 2024-08-19. You can view files and clone it, but cannot push or open issues or pull requests.

11 Commits

Author SHA1 Message Date
harukin
ff4ec8e059 2018-10-31 16:20:25 +09:00
Your Name
844dcce556 2018-10-31 15:53:31 +09:00
Your Name
715e0b7ff9 2018-10-31 15:52:23 +09:00
Your Name
6b9e12c240 2018-10-31 15:21:32 +09:00
Your Name
f5ddb7d133 2018-10-31 15:19:45 +09:00
Your Name
9f488dd411 test 2018-10-31 15:17:46 +09:00
Your Name
1c4c7bdea8 test 2018-10-31 15:01:08 +09:00
Your Name
10056d0d7d 失敗回帰 2018-10-31 14:39:03 +09:00
Your Name
97060781ac .superpost 2018-10-31 14:35:57 +09:00
Your Name
1ef607d718 display:none; 2018-10-31 14:34:07 +09:00
Your Name
8047a69322 投稿ボタンテスト開始 2018-10-31 14:28:42 +09:00

View File

@ -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>";
$b .= '<p id="button"><a href="rpost"><span></span></a></p>
<span id=bottombar>
<a href="network" class="p">
<img src="./home.png" width=60%>
<br>ホーム</a>
<a href="connections" class="p">
<img src="./people.png" width=50%>
<br>フォロワー</a>
<a href="notifications" class="p">
<img src="./noti.png" width=50%>
<br>お知らせ</a>
<a href="mail/combined" class="p">
<img src="./mail.png" width=70%>
<br>D M</a>
</span>
';
$b .= '
<p id="button"><a href="rpost"><span></span></a></p>
<span id=bottombar>
<a href="network" class="p">
<img src="./home.png" width=60%>
<br>ホーム</a>
<a href="connections" class="p">
<img src="./people.png" width=50%>
<br>フォロワー</a>
<a href="notifications" class="p">
<img src="./noti.png" width=50%>
<br>お知らせ</a>
<a href="mail/combined" class="p">
<img src="./mail.png" width=70%>
<br>D M</a>
</span>
';
}