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

(Created page with "<html> <style> Style the Image Used to Trigger the Modal: #Safety{ border-radius: 5px; cursor: pointer; transition: 0.3s; } #Safety:hover {opacity: 0.7;}...")
 
 
Line 98: Line 98:
  
 
$(function() {
 
$(function() {
$('#VecMap').on('click', function() {
+
$('#Safety').on('click', function() {
 
$('#Safety-Modal').toggle();   
 
$('#Safety-Modal').toggle();   
 
});
 
});
                 $('#VecMap-Modal').on('click', function() {
+
                 $('#Safety-Modal').on('click', function() {
 
$('#Safety-Modal').toggle();   
 
$('#Safety-Modal').toggle();   
 
});
 
});

Latest revision as of 14:58, 29 October 2017