edit fin congraturation!!
This commit is contained in:
parent
6f6106fd2f
commit
94395560a7
@ -103,9 +103,6 @@ $(document).ready(function() {
|
|||||||
//トップに戻る
|
//トップに戻る
|
||||||
$("nav").click(function(e) {
|
$("nav").click(function(e) {
|
||||||
if ($(e.target).is("a")||$(e.target).is("button")||$(e.target).is("img")||$(e.target).is("i")) {
|
if ($(e.target).is("a")||$(e.target).is("button")||$(e.target).is("img")||$(e.target).is("i")) {
|
||||||
//させたい別の動作
|
|
||||||
alert("b");
|
|
||||||
//aだけ別の動作
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
$("body,html").animate(
|
$("body,html").animate(
|
||||||
|
Reference in New Issue
Block a user