jQuery make div hidden code example Example: hidden jquery Click to copy$('#yourid').attr('hidden', false); $('#yourid').attr('hidden', true);