Difference between revisions of "Demo why"

Line 30: Line 30:
 
                 // Does the pop_why need to be installed?
 
                 // Does the pop_why need to be installed?
 
                 if ( ! $(this).children('.pop_why').length ) {
 
                 if ( ! $(this).children('.pop_why').length ) {
                         $(this).append(\"<DIV class='pop_why'></div>\");
+
                         $(this).append("<DIV class='pop_why'></div>");
 
                       $(this).find('.pop_why').load( this.data('data-poptitle') + '?action=raw');
 
                       $(this).find('.pop_why').load( this.data('data-poptitle') + '?action=raw');
 
                 }
 
                 }

Revision as of 16:49, 5 February 2015

Why