$(document).ready(function() {
  $('#example2').click(function() {
    $('.msg_success').show();
    return false;
  });
});
