Difference between revisions of "Demo why"
Line 33: | Line 33: | ||
$('.pop_why').hover( | $('.pop_why').hover( | ||
function() { | function() { | ||
+ | alert("hover in"); | ||
// Does the pop_why need to be installed? | // Does the pop_why need to be installed? | ||
if ( ! $(this).children('.pop_why_div').length ) { | if ( ! $(this).children('.pop_why_div').length ) { | ||
Line 43: | Line 44: | ||
function() { | function() { | ||
+ | alert("Hover out"); | ||
$(this).find('.pop_why_div').clearQueue(); | $(this).find('.pop_why_div').clearQueue(); | ||
$(this).find('.pop_why_div').hide(); | $(this).find('.pop_why_div').hide(); |
Revision as of 17:03, 5 February 2015
Why