Difference between revisions of "Template:Wageningen UR/CpxKineticsCSS"

 
(8 intermediate revisions by the same user not shown)
Line 158: Line 158:
 
}
 
}
  
/*set size for equations of JaxMath*/
 
.equation p {
 
  font-size: 0.8rem!important;
 
}
 
  
 
</style>
 
</style>
Line 227: Line 223:
 
}
 
}
  
 
+
$( document ).ready(function() {
+
$( document ).ready(function() {
  $("#System1C").show();
+
  $("#System1C").show();
  $("#System1D").show();
+
  $("#System1D").show();
});
+
});
 
+
$(function() {
+
$(function() {
$('#fitscoring').on('click', function() {
+
$('#fitscoring').on('click', function() {
        $('#fitscoring-Modal').toggle();
+
        $('#fitscoring-Modal').toggle();
});
+
});
 
+
   
$('#Distribution').on('click', function() {
+
$('#fitscoring-Modal').on('click', function() {
      $('#Distribution-Modal').toggle();
+
        $('#fitscoring-Modal').toggle();
});
+
});
 +
 +
$('#Distribution').on('click', function() {
 +
      $('#Distribution-Modal').toggle();
 +
});
 +
        $('#Distribution-Modal').on('click', function() {
 +
      $('#Distribution-Modal').toggle();
 +
});
 
});
 
});
  

Latest revision as of 04:04, 19 November 2017