davida
Member since Jan 29, 2012
- Profile: /members/9549-davida.htm
- Comments: 2
Recent Blog Comments By davida
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Jan 31, 2012 at 11:34 PM
Pieter, This is getting my mind going in the right direction. I think I understand the approach of both possible solutions you are suggesting. Now I just need to see if I can actually put them into code! haha. I have been coding on and off for years, so I am somewhat rusty and 'average' in diff... read more »
-
jQuery Events: MouseOver / MouseOut vs. MouseEnter / MouseLeave
Posted on Jan 29, 2012 at 8:04 PM
How do I achieve the hiding of div if the divID is the same? sddmtag is the div name I use to hold multiple products. So when I have the following code, it works great on the FIRST instance of the div, but nowhere else on the page. jQuery(function( $ ){ // Bind the mouse enter and mouse l... read more »