302 error on $.get
302 is not an error. It simply means that the resource is at a different URI. See this document on HTTP status codes.
302 is not an error, but a response code meaning that the page is to be found elsewhere.
The document is in your cache. you can try clean your cache or put a random parameter to the end of the url string like this: http://my.url.com/mypage.asp.php?random=xxxx
where each query xxxx is a diferent random number.
精彩评论