How to check if jQuery library exist in head tags?
<head>
<script type="javascript/text" src="https://code.jquery.com/jquery-1.6.2.js"></script>
</head>
and if not exist how do I load in head tags the jquery library, I’m doing a plugins and I want to load my plugins script in jQuery and also do able to check if jQuery library exist so my jQuery script will run