in asp.net, actually we can use ~/jquery.js means that jquery.js is in the root folder. but how do we know what is root for jsp?
actually /jquery.js didnot work, suppose we run our app in http://mypcname.com:8084/131X/
the ~/jquery.js in asp.net goes to http://mypcname.com:8084/131X/jquery.js but the /jquery.js will go to http://mypcname.com:8084/jqeury.js