jQuery(document).ready(function($){alert("Hi1");$('#showAboutButton1').on('click',function(){alert("Hi2");$('#abouther').toggle();// Toggles the visibility of the section})});