[Solved] What version of jquery do i use for my script


You can use this:

<script   src="http://code.jquery.com/jquery-1.12.4.min.js"></script>

The code that your friend wrote for you is simple so most of Jquery versions will support it.

solved What version of jquery do i use for my script