converting jquery 1.3 to current 3.0 version

converting jquery 1.3 to current 3.0 version

I have a VB.net 2010 web form application that currently uses the following versions of jquery:

<script src="../scripts/jquery-1.3.2.js" type="text/javascript"></script>
<script src="../scripts/jquery-ui-1.7.2.custom.min.js" type="text/javascript"></script>
<script src="../scripts/jquery-1.3.2.js" type="text/javascript"></script>
<script src="../scripts/site.js" type="text/javascript"></script>

I see from the jquery forum, that I can use converters from the following download location:

https://jquery.com/download/ to migrate jquery to the current version of jquery that is 3.0.

However from the website, I cannot if I can start the conversion process starting with jquery 1.3

Thus can you tell me if I can convert the jquery 1.3 version to 3.0 version of jquery or not?

I am asking this question since it looks like I may need several conversion steps to convert from version 1.3 to 3.0


If so, can you tell me what the process would be?