I have a page that uses the jquery function:
$(document).ready(function() {
and I have put an alert in there, and tried everything. It does not fire in firefox. But it works fine in IE and Chrome.
I have checked everything in firebug, and it's just not firing.
Here is the page it isn't working on: http://www.halotracker.com/UserVideos.aspx
On this page, the FS is deep within the site, but, I have tried putting it at the very top inside the head. Neither way works.
Thanks in advance for your time.