jQuery must be loaded first before your script. example: <script src="path/to/jquery.js"></script> <!-- or using CDN is up to you --> <script type="text/javascript"> // your script here... </script>