pizzagate/story_map/map1.js

13 lines
190 B
JavaScript

$(document).ready(function() {
$("#node1").hover(
function(){ $("#start").toggle();
});
$("#node2").hover(
function(){ $("#newspaper").show();
});
});;