I want to check a specific site. I want the site to have jquery in it. But do it in the console:
$
gives me undefined. But I see that they use jQuery in the tag script, for example:
<script type="text/javascript" src="scripts/lib/jquery/jquery-1.8.3.min.js" charset="utf-8"></script>
Is there any other way to access jQuery than $?
source
share