// the JS script to handle the "click to view" shortcode jQuery(document).ready( function() { jQuery('#click_to_view').click(function(){ jQuery(this).remove(); jQuery('#ads_hidden_content').show(); }); } );