Just for the record:
After adding the hotfix, and ensuring the the vsdoc has the same name, don't forget to do ctrl shift 'J' to force VS to update the Jquery. You may also find that the VSdoc file has a 2 on the end of the file. On my version this was no longer necessary, so I had to rename my vsdoc2.js to vsdoc.js: ctrl shift 'j' and boom: it works!
NB. With the hotfix, you will only need this on your page:
<script type="text/javascript" src="jsCode\jquery-1.3.2.js"></script>
The vsdoc.js file just needs to sit next to the jquery-1.3.2.js file, it doesn't need a reference, so if you have this:
<script type="text/javascript" src="jsCode\jquery-1.3.2-vsdoc.js"></script>
..as well, you can remove it. It isn't necessary and - I think - cock's things up.