This code works on Windows, on Firefox & Chrome, but doesn't work on Mac. What's the issue? I have JavaScript enabled on the Safari settings on the MacBook.
<script>
$(function(){
$("#includedContent").load("templates/tournaments.html");
$("#currentEvent").load("templates/current_event.html");
});
</script>
<div id="includedContent"></div>