jQuery를 사용하여 URL에서 쿼리 문자열 가져오기 이 질문에는 이미 답변이 있습니다. JavaScript에서 쿼리 문자열 값을 가져오려면 어떻게 해야 합니까? (73개의 답변) 닫힘2년 전에요. 다음 URL이 있습니다. http://www.mysite.co.uk/?location=mylocation1 가치를 알아야 합니다.locationURL에서 변수로 변환한 후 jQuery 코드에서 사용합니다. var thequerystring = "getthequerystringhere" $('html,body').animate({scrollTop: $("div#" + thequerystring).offset().top}, 500); JavaScript 또는 jQuery를 사용하여 이 값을 얻으려면 어떻게 해야..