window.location

    0熱度

    2回答

    改變父路徑我有一個網址: http://domain/request.php?id=123 現在在這個網站我有一個按鈕,是應該重定向到 http://domain/submit_solution#/?id=123 我一個提交處理程序嘗試這樣: $('#r_submit_form').click(function() { window.location = 's

    0熱度

    1回答

    我使用onclick事件使整個div導航鏈接。這很好,直到您使用Ctrl +單擊或鼠標中鍵單擊以在新選項卡中打開目標。我發現一個新選項卡確實打開,但當前選項卡也是如此。 看看我就在這裏一個箱子意味着按ctrl +點擊:http://mw.modhistory.com/download-1 我不想中斷由總是迫使它到一個新的標籤正常瀏覽的能力......用戶應在這裏有選擇。但我希望能夠在新標籤中快速打

    5熱度

    4回答

    我想使用jQuery製作一個淡色導航菜單,其中與當前頁面對應的「按下」按鈕的行爲與「未按下」按鈕的行爲不同(具體來說,它不會「在盤旋時褪色成不同的顏色)。如果我看一下www.guitaracademy.nl中的示例,我會發現它們使用本地javascript和window.location.hash屬性。 但是,我似乎無法得到這個哈希到jQuery。下面是一個示例腳本: <html> <head>

    1熱度

    1回答

    最近,我問一個question 你會如何運用這個jQuery $(".homeimage").wrap("<a href='" + location.protocol + '//' + location.hostname + "'></a>"); 只有當URL具有一個路徑例如http://google.com/search但不適用了jQuery,如果url是http:/google.com/

    2熱度

    1回答

    我試圖覆蓋在Firefox中window.location的,通過下面的代碼,並不斷收到錯誤(其實是想阻止默認行爲,但我認爲這是不相關): Code : window.__defineGetter__('location', function() {}); Error redeclaration of var location 我開始在Programatical

    0熱度

    2回答

    我嘗試重定向頁面取決於用戶是否在下拉菜單中選擇「標準」或「維護」。 Hoewever我的JavaScript不太工作。你能幫我指點我哪裏錯了嗎? 在此先感謝。 <script type="text/javascript"> <!-- function formType(value){ if (value == 'maintenance') { wind

    0熱度

    5回答

    執行JavaScript如果當前位置包含在HTML結束。我曾嘗試以下,但它不使用工作 var winloc = window.location; //for e.g http://mysite.com/home.html var ishtml = winloc.match(/html/$); var dothtml = "html"; if(dothtml==ishtml){ //exec

    1熱度

    1回答

    如何判斷一個window.location.href? 如果window.location.href不匹配?search=,使當前的URL跳轉到http://localhost/search?search=car 我的代碼無法工作,或者我應該使用indexOf,使法官?謝謝。 if(!window.location.href.match('?search='){ window.locat

    1熱度

    1回答

    我試圖重定向本地存儲密鑰的值的用戶,但它似乎不工作。 現在這個工程:window.location = "http://google.com" 但這並不:window.location = localStorage.getItem('key1') 的鍵1的值是http://google.com ... 是否不起作用,因爲localStorage的不採取://作爲一個字符串或者類似的東西? 非常感謝

    4熱度

    4回答

    我有是一個鏈接的點擊是如下 cj_redirecturl="/HomeWork/main/load_course"; utility.xhttprw.data(cj_redirecturl,{data:courseid},function(response){ if(response){ window.location.href=base_url+"main";