jQuery(document).ready(function() { jQuery( '.ap_message_close' ).click( function() { jQuery( this ).parent().fadeOut(); }); });