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' style='display:block'>Loading...</div>");
 
                         $(this).append("<DIV class='pop_why_div' style='display:block'>Loading...</div>");
$(this).css('color','orange');
 
 
                                         var page_url = $(this).data("poptitle");
 
                                         var page_url = $(this).data("poptitle");
 
alert( page_url );
 
alert( page_url );

Revision as of 19:25, 5 February 2015

Why