Jquery
関連タイピング
-
プレイ回数2771190打
-
プレイ回数70長文英字90秒
-
プレイ回数373英語長文285打
-
プレイ回数155英語長文364打
-
プレイ回数1068長文英字693打
-
プレイ回数712長文333打
-
プレイ回数698313打
-
プレイ回数117英語長文729打
問題文
($(’input’).on(’change’,function(){)
フィルターテーブル
(var value=$(this).val();)
入力フィールドの値
($(’tbody tr’).filter(function(){)
テーブルをループして一致するテキストを確認
($(this).toggle($(this).text().indexof(value)>-1))
toggleは検索に一致しない行を非表示にする
(});});)
filter table end;
($(’ul’).html()
listのソート
($(’li’).sort(function(a,b){)
sort2
(return $(a).text()>$(b).text()?1:-1;)
sort3
(}));)
sortend
(var x=parseint($(a).text());)
sort number;
(var y=parseint($(b).text());)
number2
(return x-y;)
number last
($(’.late’).delay(5000).queue(function(){)
late
($(this).addclass(’active’);});)
late2
($(document).on(’contextmenu’,function(e){)
contextmenu
($(’#menu’).css({)
contextmenu2
(top:e.pagey+5,)
menu3
(left:e.pagex+5)
menu4
(}).show();)
menu5
(e.preventdefault();)
menu6
(});)
contextmenu end
(<input type=”button” value=”print” onclick=)
window.print()
(”window.print()”>)
window.print()
(@media print{.no-print{display:none;}})
@media{}
($(’.print’).click(function(){)
(window.print();});)
($(window).scroll(function(){)
scroll
($(’.fadein’).each(function(){)
scroll each
(var top=$(this).offset().top;)
scroll offset
(var scroll=$(window).scrolltop();)
scroll
(var window=$(window).height();)
scroll
(if(scroll>top-window+200){$(this).addclass(’active’);})
scroll top-window==画面の一番下に入る位置
(});});});)
scrp; end
($(’.anime’).on(’animationend’,()=>)
animationend
($(’.anime2’).addclass(’active’);)
animationend
(});)
animationend
($(”html,body”).animate({scrolltop:postion},900;);)
scroll