CSS de alternância .Active e .inative ()

$('p').on('click', function() {
      $(this).toggleClass('special');
    });
Nutty Nightingale