Chris
Member since Aug 23, 2014
- Profile: /members/12223-chris.htm
- URL: http://www.cdemarco.net/skyrim
- Comments: 2
Recent Blog Comments By Chris
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Aug 29, 2014 at 7:26 PM
@James, Hmm, one such use case seems to be going on right at this website. In the header section of this website, we have Ben's photo, navigation, etc. Well, if you hover anywhere to the right or left of this area we see images that are otherwise hidden. Hovering over an image makes it fade in, ... read more »
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Aug 23, 2014 at 11:45 PM
So glad I found this detailed description between the differences of the various mouse events we get from jQuery. I was coding an ajax action on one of my websites where I was using mouseover / mouseout. Basically, what I have works as follows: 1. User hovers over a featured image corresponding ... read more »