$('.btn-primary').on('click', function () { $(this).children('.line-btn').toggleClass('show').end() .children('.close-btn').toggleClass('show'); });