SyntaxFix
Write A Post
Hire A Developer
Questions
In JavaScript:
getElementById("id").style.display = null;
In jQuery:
$("#id").css("display","");