Difference between revisions of "Demo why"

Line 33: Line 33:
 
$('.pop_why').hover(
 
$('.pop_why').hover(
 
         function() {
 
         function() {
 +
$(this).data('poptitle','hello');
 
                 // Does the pop_why need to be installed?
 
                 // Does the pop_why need to be installed?
 
                 if ( ! $(this).children('.pop_why_div').length ) {
 
                 if ( ! $(this).children('.pop_why_div').length ) {

Revision as of 19:33, 5 February 2015

Why