Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Is there a better way to write this? Re: Is there a better way to write this?

#107744
wolfcry911
Participant
$('#close-content').click(function(){
$('.content-container, #projects-panel, #sitelocations-panel, #team-panel, #close-content').hide();
});