JurreSteens (Talk | contribs) |
JurreSteens (Talk | contribs) |
||
Line 4: | Line 4: | ||
/* Style the Image Used to Trigger the Modal */ | /* Style the Image Used to Trigger the Modal */ | ||
− | # | + | #IgG, #NegLuxR, #NegLuxRExtAHLdeg, #NegLuxRLuxRdeg, #PosLuxRExtAHLdeg, #PosLuxRLuxRdeg { |
border-radius: 5px; | border-radius: 5px; | ||
cursor: pointer; | cursor: pointer; | ||
Line 10: | Line 10: | ||
} | } | ||
− | # | + | #IgG:hover {opacity: 0.7;} |
#NegLuxR:hover {opacity: 0.7;} | #NegLuxR:hover {opacity: 0.7;} | ||
Line 102: | Line 102: | ||
$(function() { | $(function() { | ||
− | $('# | + | $('#IgG).on('click', function() { |
− | $('# | + | $('#IgG-Modal').toggle(); |
}); | }); | ||
− | $('# | + | $('#IgG-Modal').on('click', function() { |
− | $('# | + | $('#IgG-Modal').toggle(); |
}); | }); | ||
Revision as of 20:25, 1 November 2017