jquery: hide/show div2 inside other div1 on mouseover

Posted by Omu on Stack Overflow See other posts from Stack Overflow or by Omu
Published on 2010-05-20T12:15:08Z Indexed on 2010/05/20 12:20 UTC
Read the original article Hit count: 207

Filed under:

I have something like this:

<div id="wrap1">
<div id="util1">
</div>
bla bla
</div>

<div id="wrap2">
<div id="util2">
</div>
bla bla
</div>

<div id="wrap3">
<div id="util4">
</div>
bla bla
</div>

...

I need to show the "util" divs when cursor is over the "wrap" div and hide it back when cursor leaves the "wrap" div

© Stack Overflow or respective owner

Related posts about jQuery