$(function(){
$('#spNavBtn').on('click', function() {
$('.spNavClose').remove();
$('.headerNav ul').append('<li class="spNavClose"><a href="#">閉じる</a></li>');
$('.headerNav').slideToggle(200);
});
$(document).on('click', 'li.spNavClose', function() {
$('.headerNav').slideToggle(200);
});
});
More than 5 years have passed since last update.
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme