Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

menu open onload problem

// self executing function
(function() {
      var x = document.getElementById("nav");
      x.style.display = "none";
})();
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #menu #open #onload #problem
ADD COMMENT
Topic
Name
4+6 =