I need to use JQuery to find
<div class="main-image content-fill" style="display:overflow">
in my HTML and replace it with
<div class="main-image content-fill" style="display:none">.
I would appreciate all help in showing my how to do this. Also, I would like to apply window.onload if possible.
Thanks,
Jared
$('.main-image.content-fill').hide()hide()thenreplace