Line 24: | Line 24: | ||
// // // | // // // | ||
− | $(svg.getElementById(" | + | $(svg.getElementById("engineering")).hover(function() { |
$(this).css('cursor','pointer'); | $(this).css('cursor','pointer'); | ||
}, function() { | }, function() { | ||
$(this).css('cursor','auto'); | $(this).css('cursor','auto'); | ||
}); | }); | ||
− | $(svg.getElementById(" | + | $(svg.getElementById("engineering")).popover({container: "body", title: "Engineering", content: "Stuff", placement: |
'top', position:'fixed'}); | 'top', position:'fixed'}); | ||
Revision as of 10:55, 26 October 2017