Load HTML page into div

224 views Asked by At

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?

0

There are 0 answers