AWD
.hiddenDivNEW{display:none;} // run the function below once the DOM(Document Object Model) is ready jQuery(document).ready(function() { // trigger the function when clicking on an assigned element jQuery(".toggle2").hover(function () { jQuery(".hiddenDivNEW").slideToggle("fast"); });});Here is content section 1 show hidden container
Here is content section 2show hidden container
Content I want to hide then slide into view for section 1
I can put any website elements I wish to in here, and style it any way I please.
I can put any website elements I wish to in here, and style it any way I please.
Here is content section 2show hidden container
Content I want to hide then slide into view for section 2
I can put any website elements I wish to in here, and style it any way I please.
I can put any website elements I wish to in here, and style it any way I please.