Difference between revisions of "Demo why"

Line 22: Line 22:
  
  
<div class="pop_why" data-poptitle="/Pop/Instructors">Why</div>
+
<div class="pop_why" data-poptitle="hello2">Why</div>
 
<br>
 
<br>
  
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:39, 5 February 2015

Why