個人練習用jQuery基本例文集:その3
関連タイピング
-
プレイ回数638英語長文1054打
-
プレイ回数3700英語長文673打
-
プレイ回数478英語長文542打
-
プレイ回数887英語長文1554打
-
プレイ回数428英語長文717打
-
プレイ回数607英語長文630打
-
プレイ回数649長文記号1049打
-
プレイ回数178英語長文760打
問題文
(function mediaQueriesWin(){)
function mediaQueriesWin(){
(var width = $(window).width();)
var width = $(window).width();
(if(width <= 768) { $(".navi").addClass('active'); })
if(width <= 768) { $(".navi").addClass('active'); }
(else{ $(".navi").removeClass('active'); } })
else{ $(".navi").removeClass('active'); } }
(-)
-
($(window).resize(function())
$(window).resize(function()
({ mediaQueriesWin(); });)
{ mediaQueriesWin(); });
(-)
-
($(window).scroll(function ())
$(window).scroll(function ()
({ $('.fadeInTrigger').each(function())
{ $('.fadeInTrigger').each(function()
({ var elemPos = $(this).offset().top-50;)
{ var elemPos = $(this).offset().top-50;
(var scroll = $(window).scrollTop();)
var scroll = $(window).scrollTop();
(var windowHeight = $(window).height();)
var windowHeight = $(window).height();
(if (scroll >= elemPos - windowHeight){)
if (scroll >= elemPos - windowHeight){
($(this).addClass('fadeIn');)
$(this).addClass('fadeIn');
(}else{ $(this).removeClass('fadeIn'); } }); }))
}else{ $(this).removeClass('fadeIn'); } }); })
(-)
-
($('#page-top').click(function () {)
$('#page-top').click(function () {
($('body,html').animate({)
$('body,html').animate({
(}, 500); return false; });)
}, 500); return false; });
(-)
-
($('.title').on('click', function() {)
$('.title').on('click', function() {
(var findElm = $(this).next(".box");)
var findElm = $(this).next(".box");
($(findElm).slideToggle();)
$(findElm).slideToggle();
(if($(this).hasClass('close')){)
if($(this).hasClass('close')){
($(this).removeClass('close');)
$(this).removeClass('close');
(}else{ $(this).addClass('close'); });)
}else{ $(this).addClass('close'); });
(-)
-
($('.splashbg').o('animationend',)
$('.splashbg').o('animationend',
(function () {)
function () {
($('.fadeInTrigger').each(function(){var elemPos = $(this).offset().top-50;)
$('.fadeInTrigger').each(function(){var elemPos = $(this).offset().top-50;
(var scroll = $(window).scrollTop();)
var scroll = $(window).scrollTop();
(var windowHeight = $(window).height();)
var windowHeight = $(window).height();
(if (scroll >= elemPos)
if (scroll >= elemPos
(-)
-
(windowHeight){)
windowHeight){
($(this).addClass('fadeIn'); }else{)
$(this).addClass('fadeIn'); }else{
($(this).removeClass('fadeIn'); } }); }))
$(this).removeClass('fadeIn'); } }); })
(-)
-
(setTimeout(function () {)
setTimeout(function () {
($("#splash-logo").fadeOut(1000); }, 1000);)
$("#splash-logo").fadeOut(1000); }, 1000);