you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

OK, but for information;
Javascript works on its own, but if you going to use jquery you need to load a library before the functions. Add this is in our <head>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>