I need help in "jquery" code that do that: First we can tell I have two div's (div 1)'visible' and (div 2)'hidden' , I want to make hover on (div 1) make (div 2)'visible'.then: Second when I move with mouse to (div 2) disappered , I want (div 2)and(div 1) be visible till I stay in any one of them
Make two div's are visible if I stay on one of them
I think you are trying to say that you have two
divsaydiv1anddiv2(initially hidden), whendiv1is hovered,div2is visible and it is visible also when hovered ondiv2and disappears when mouse leaves. Here is the solution you are looking for!HTML:
CSS:
Jquery: