Difference between revisions of "Template:2016Bottom"

Line 30: Line 30:
 
// POP WHY ( ? )
 
// POP WHY ( ? )
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
$(document).ready(function(){
 
var which_why= "why_default"; //STORES WHAT WHY IS BEING CALLED, has a default assigned
 
  
  
 +
var which_why= "why_default"; //STORES WHAT WHY IS BEING CALLED, has a default assigned
  
 +
 +
$(document).ready(function(){
 
$(".pop_why").click(function() { //IF A POP WHY IS CLICKED
 
$(".pop_why").click(function() { //IF A POP WHY IS CLICKED
  
Line 63: Line 64:
 
});
 
});
  
 
+
});
 
 
 
// IF THE CLOSE BUTTON IS CLICKED OR ANYTHING OUTSIDE THE POP WHY DIV
 
// IF THE CLOSE BUTTON IS CLICKED OR ANYTHING OUTSIDE THE POP WHY DIV
Line 75: Line 76:
 
 
  
});
+
 
  
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
 
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

Revision as of 20:48, 14 December 2015