Noticed the following HTML in a form:
<SCRIPT type=“text/javascript” src="/scriptcase/prod/third/jquery/js/jquery.js"></SCRIPT>
<SCRIPT type=“text/javascript” src="/scriptcase/prod/third/jquery/js/jquery-ui.js"></SCRIPT>
<link rel=“stylesheet” href="/scriptcase/prod/third/jquery/css/smoothness/jquery-ui.css" type=“text/css” media=“screen” />
<SCRIPT type=“text/javascript” src="/scriptcase/app/Customers/_lib/lib/js/jquery.iframe-transport.js"></SCRIPT>
…
When there are updates to JQuery, what is the recommended procedure to include these updates in the project?