<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$('div'); // <--- THIS DOESN'T WORK
</script>
An issue has been encountered in the code snippet above. Upon reviewing the .js file, it appears that there is no function called $
, even though the documentation indicates otherwise.