$(document).ready(function(){$('#msg_verMas').click(function(event){event.preventDefault();$(this).hide();$(this).parent().find('#msg_more').show();});});