Hallo everyone,
this is my first post on this forum, my name is Lorenzo and I enjoy programming.Recently I met jQuery, and I loved it.
Now I am writing to seek help. I am creating a web page with a photo gallery and to achieve it I use jQuery.
To optimize the loading time of page javascript files are loaded to the end. JQuery also charged through a small utility called nbl.
together with jQuery I load xLazyLoader, another utility that can dynamically load css and js file type.
In the start function I use xLazyLoader to load that part of the site that is not immediately visible to the user.
In this way the site is visible very quickly and the dynamic jQuery-oriented part are loaded in a second moment.
I test this page and it runs fine on Chrome 5/6 and IE 7/8, but I have problem in FF and I cannot understand why.
Can anyone see the code and tell me a suggestion please?