I have managed to make a DIV tag invisible in JavaScript by setting the display to none and the visibility to hidden. It can be achieved with this class also:
.i
You can use a JQuery hide() method. $('#DivID').hide(); or $('.DivClass').hide();