Difference between revisions of "Demo why"

Line 36: Line 36:
 
                 if ( ! $(this).children('.pop_why_div').length ) {
 
                 if ( ! $(this).children('.pop_why_div').length ) {
 
                         $(this).append("<DIV class='pop_why_div'></div>");
 
                         $(this).append("<DIV class='pop_why_div'></div>");
                      $(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");
 
alert("Before");

Revision as of 17:08, 5 February 2015

Why