jquery's path is wrong. You can see this using Chrome Developers Tools or Firebug.
Please replace
<script src="jquery.js"></script>
with (google hosted jquery script)
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
Do let me know if it worked.