$(document).ready - function()

$(document).ready - function()

Im developing some UI functionality on DSpace archive with JQuery. I've accomplished to get my code up and running with Chrome and Opera, but IE and FF wont run $(document).ready - function at all. Im not getting any error messages on Firebug or IE Web developer toolbar, so Im a bit confused.

You can see the code live at http://helda.helsinki.fi/handle/10138/16985
When its running ok, you should see download count for the item on the right hand side of the file section.

On the HTML head section I'm importing the following code:

  1. <script type="text/javascript" src=" http://helda.helsinki.fi/themes/Tuotanto/lib/jquery-1.4.2.min.js " /></script>
    <script type="text/javascript" src="http://helda.helsinki.fi/themes/Tuotanto/lib/rest.js" /></script>



Any ideas whats wrong?

-Mika