$(document).ready(function() {

  $("#switch").click(function() {
    $('.post').toggleClass('yin');
  });
    
});
