可能性の重複:
How can I get query string values?jqueryのGETクエリ文字列URLから
私は、次のURL持っている:私は必要なもの
http://www.mysite.co.uk/?location=mylocation1
をからlocation
の値を取得することですURLを変数に入力してjQueryコードで使用します:
var thequerystring = "getthequerystringhere"
$('html,body').animate({scrollTop: $("div#" + thequerystring).offset().top}, 500);
誰でもJavaScriptまたはjQueryを使用してその値を取得する方法を知っていますか?
を必要とするすべてはsome1を助けるかもしれです。 https://gist.github.com/helpse/4d4842c69782b9f94a72 – helpse