html

    0熱度

    1回答

    以下是我的情況: 我是初學者。我今天在Chrome上訪問了一個網站。其中有一個進度條(實際上是一個<div>)。我想讓進度條變慢。所以,我檢查了這個元素。它沒有ID,但是一些腳本正在控制。我在頁面中查看了很多腳本,但沒有找到我想要編輯的腳本。 有什麼辦法可以讓我知道腳本控制元素並編輯它?

    -1熱度

    1回答

    請告訴我問題: 如果 (我環繞navigator.geolocation.getCurrentPosition(initMap, onError);蒙山function triger()然後調用它像: <button id="btn" class="btn btn-default" onclick="triger()">) 然後 它什麼都不做! 其他 它的好! 這裏是我的代碼: <script>

    0熱度

    5回答

    我需要跟蹤某個html容器沒有子節點的時刻。此時,必須運行一些功能。 對於此標記: <div id="container"> <div class="child square"></div> <div class="child square"></div> <div class="child square"></div> <div class="child

    0熱度

    3回答

    是否有可能刪除上一個元素的網址當你懸停? 這就是我的意思是:

    -1熱度

    1回答

    我想顯示用戶插入的數據,以便將其保存到數據庫的2個表中。但是這個代碼不適合我。 $query = "INSERT INTO partnumber (Partnumber, Description, Min, Max) VALUES ('" . $_POST ["part"] . "', '" . $_POST["description"] . "', '" . $_POST["min"

    1熱度

    1回答

    我試圖創建一個系統,每次將輸入添加到文本框中時,我都可以創建一個數組,使其不在我的代碼中。 HTML: <div> <p onclick = "addTeamName()"></p> <input type = "text" name = "teamName" value = "Team Name" id = "teamname"><br> <input type="

    0熱度

    2回答

    單擊搜索按鈕後,該功能會假設將搜索輸入附加到Google URL。但是,似乎該函數忽略了該變量,因爲它重定向到了Google的主頁,儘管在搜索欄中輸入了一些內容。 document.getElementById('searchbtn').onclick = searchExplore; function searchExplore() { var input = document.ge

    0熱度

    1回答

    我想製作electronjs文本編輯器應用程序,我希望能夠使用編輯器內編寫的腳本打開新窗口。例如,我在我的編輯器中有小腳本,當我在瀏覽器中按下打開時,它會打開並加載到瀏覽器窗口中。這是我的代碼的一部分。 function createWindow() { // Create the browser window. mainWindow = new BrowserWindow({

    2熱度

    2回答

    我有這樣的代碼 <select ng-model='item.data.choice' > <option ng-if='item.data.simple_allow_blank == false' ng-show='choice.name' ng-repeat='choice in item.data.simple_choices' value="{{choice.name}}" ng

    0熱度

    3回答

    <table> <thead> <th>Item</th> </thead> <tbody> <tr> <td> <div style="display:inline-block;width:25%"> <label style="display:block">abcdefghijklmnop</label> <input t