I want to hide a div using Javascript. Below is my div.
ideally hiding with ID would be more flexible way.
close
JS code for hiding:-
$(document).ready(function() { $("#hidingDiv").hide(); });