Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsHi guys.
How would I implement this css:
.story-wrap:hover .dates
This obviously allows the .dates div to react when I hover over the .story-wrap div.
How would I select the same in javascript with this code:
$(".story-wrap .dates").hover(function () {
Because currently it just reacts when .dates is hovered over.
Cheers!
/
$(".story-wrap").hover(function() { $(this).find(".dates")... }); "no sound in ass"
/