I just found one website, where are two versions of jQuery included in HTML and both loaded. All scripts on the website are working without problems.
Is there any reason for doing that? Thanks.
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>