jquery .one()
415 ワード
Title
lorem
$(function () {
$('#box').one('click',function () {
alert('pp');
$(this).css('fontSize','40px');
})
})