I have a DIV element on a page that has a style="visibility: false" when the page loads. When a user unchecks a checkbox, I am using JQuery to do many things on the page. All of which are working but one thing. I cannot seem to make the DIV element visible. I have tried several things all of which have not worked. Does anyone have any idea how to make this DIV element visible using JQuery?
Here is one of the things I tried which didnt work... dv1 being the ID for the div.