Jquery Div Hover change other Div Class
问题 I'm trying to make one div change its class when hovering over its container div. See below the the code.. Structure goes like this: Div Container Top Div Middle Div Bottom Div (End Div Container) Now What I want is when hovering over the container I want the bottom div to add the class called "fboto" which changes/adds a background image to that div. Below is my current code using jquery however it doesn't seem to do anything. <script> $("#fbot").hover( function () { $(this).addClass("fboto"