jQuery and $ not definded.

jQuery and $ not definded.

Hi all, 

I can't get jQuery to work on my site, this nevere happened before. Here is the code:

  1.       <script type="text/javsacript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
  2.       <script type="text/javsacript" src="site/js/fancySelect.js"></script>
  3.       <script type="text/javascript">
  4.       $('document').ready(function(){
  5.             $('.dropdown-menu').fancySelect();
  6.       })
  7.       </script>

And the error is:

ReferenceError: $ is not defined
$('document').ready(function(){
If I try with jQuery it has the same error.

Please forgive my bad english.

There are no other javascript scripts or code in the page, besides the fb init.