I have a problem with the following code on my website:
$(document).ready(function(){
$("#gallery").load("html/gallery/gallery.html");
}
When it runs in Chrome, it works great, but when I run my site in Firefox it does not load the gallery.html
page.
Is there a solution for this?