Datasets:

Modalities:
Image
Text
Libraries:
Datasets
Jemnite's picture
Upload 12 files
766a27d verified
raw
history blame
2.28 kB
$(document).ready(function(){$("#searchbtnfollow").click(function(event){event.preventDefault();$("#searchf").submit();});$("#searchsm").click(function(event){event.preventDefault();$("#searchn").submit();});$("#closeoverlay").click(function(){$("#adoverlay").hide();$("#adonoverlay").hide();$("#closeoverlay").hide();});$("#rocketbtn").click(function(){$("#siteheader").hide();$("#rocketnormal").show();});$("#rocketreturn").click(function(){$("#rocketnormal").hide();$("#siteheader").show();});$("#rocketbtnflt").click(function(){$("#followheader").hide();$("#rocketfollow").show();});$("#rocketreturnflt").click(function(){$("#rocketfollow").hide();$("#followheader").show();});$("#searchbtn").click(function(){$("#siteheader").hide();$("#searchnormal").show();});$("#searchreturn").click(function(){$("#searchnormal").hide();$("#siteheader").show();});$("#searchbtnflt").click(function(){$("#followheader").hide();$("#searchfollow").show();});$("#searchreturnflt").click(function(){$("#searchfollow").hide();$("#followheader").show();});$("#menubtn").click(function(){$("#maincontainer").hide();$("#maincontent").hide();$("#navcontainer").show();});$("#menubtnflt").click(function(){$("#maincontainer").hide();$("#maincontent").hide();$("#navcontainer").show();});$("#settingsbtn").click(function(){$("#maincontainer").hide();$("#maincontent").hide();$("#settingscontainer").show();});$("#settingsbtnflt").click(function(){$("#maincontainer").hide();$("#maincontent").hide();$("#settingscontainer").show();});$("#cancelnav").click(function(){$("#navcontainer").hide();$("#rocketfollow").hide();$("#searchfollow").hide();$("#followheader").hide();$("#settingscontainer").hide();$("#maincontainer").show();$("#maincontent").show();});$("#cancelsettings").click(function(){$("#navcontainer").hide();$("#rocketfollow").hide();$("#searchfollow").hide();$("#followheader").hide();$("#settingscontainer").hide();$("#maincontainer").show();$("#maincontent").show();});$(document).keyup(function(e){if(e.keyCode===27){$("#navcontainer").hide();$("#rocketfollow").hide();$("#searchfollow").hide();$("#followheader").hide();$("#settingscontainer").hide();$("#maincontainer").show();$("#maincontent").show();}});$(".category").click(function(){$(this).find(".boardlist").slideToggle();});});