Difference between revisions of "Demo why"

Line 39: Line 39:
 
                 }
 
                 }
  
                 $(this).find('.pop_why_div').show();
+
                 var foo = $(this).find('.pop_why_div');
 +
alert(foo);
 +
foo.show();
  
 
         } ,
 
         } ,

Revision as of 17:14, 5 February 2015

Why