jQuery(document).ready(function($) { $('#reveal-button').click(function() { $('#hidden-image').fadeIn(); }); });