I have a page using jquery function:
$(document).ready(function() {
and I put a warning there, and tried everything. It does not work in firefox. But it works fine in IE and Chrome.
I checked everything in firebug and it just didn't fire.
Here is the page on which it does not work: http://www.halotracker.com/UserVideos.aspx
On this page, the FS is deep inside the site, but I tried to put it at the very top inside the head. None of the methods work.
Thanks in advance for your time.
source
share