Difference between revisions of "Demo why"

Line 38: Line 38:
 
                       // $(this).find('.pop_why_div').load( this.data('data-poptitle') + '?action=raw');
 
                       // $(this).find('.pop_why_div').load( this.data('data-poptitle') + '?action=raw');
 
                 }
 
                 }
alert("Before");
+
 
 
                 $(this).find('.pop_why_div').show();
 
                 $(this).find('.pop_why_div').show();
alert('After');
+
 
 
         } ,
 
         } ,
  
 
        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:10, 5 February 2015

Why