Hi,
I am using multiple jQuery versions and hence want to find which version is loaded. Is there any way to find the version of jQuery in program?
Yes. It is possible.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script type="text/javascript"> alert($.fn.jquery); </script>
Demo
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.