-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c53a62
commit b857d87
Showing
6 changed files
with
73 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
document.addEventListener("keydown", handelKeydown); | ||
|
||
function handelKeydown(event) { | ||
// event.preventDefault(); | ||
if (event.key == "ArrowDown" || event.key == "ArrowUp") { | ||
console.log("event"); | ||
searchResults.focus(); | ||
} | ||
else if (event.ctrlKey && event.key === "Enter") { | ||
searchInput.focus() | ||
} | ||
} | ||
|
||
searchInput.addEventListener('keypress', function(event) { | ||
if (event.key === 'Enter') { | ||
serachQuery(); | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,9 @@ | |
<div class="container"> | ||
<div class="tool-bar-box"> | ||
<div class="logo-box"> | ||
<img src="images\youtube_icon.png" alt="YouTube" class="logo-icon"> | ||
<a href=""> | ||
<img src="images\youtube_icon.png" alt="YouTube" class="logo-icon"> | ||
</a> | ||
</div> | ||
<div class="search-box"> | ||
<input type="text" id="searchInput" placeholder="Search..."> | ||
|
@@ -29,6 +31,11 @@ | |
<div id="searchResultsBox"> | ||
|
||
|
||
|
||
|
||
|
||
|
||
|
||
<!-- <div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('LIVE: PM Modi pays floral tribute at the statue of Babasaheb Ambedkar in Mumbai', 'VbQsDdIx-Qk', 'Prime Minister Narendra Modi pays floral tribute at the statue of Babasaheb Ambedkar in Mumbai. #narendramodi ...', 'UC1NF71EwP41VdjAU1iXdLkw')"> | ||
|
@@ -46,15 +53,6 @@ <h3 class="title">LIVE: PM Modi pays floral tribute at the statue of Babasaheb A | |
<h3 class="title">Ujung Tanduk - Bakwan: Fight Back Episode 15 [ Minecraft Roleplay ]</h3> | ||
</div> | ||
</div> | ||
<div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('Martin O'Neill DEFENDS Arsenal & Insists They DO NOT Deserve To Be Labelled As BOTTLERS! 👀🔥', 'TvofF_i-xTw', 'Simon Jordan, Jim White & Martin O'Neill debate if Arsenal can proud of their season, even if they fail to win the Premier League ...', 'UCWw6scNyopJ0yjMu1SyOEyw')"> | ||
<img class="thumbnail-image" src="https://i.ytimg.com/vi/TvofF_i-xTw/hqdefault.jpg" | ||
alt="Martin O'Neill DEFENDS Arsenal & Insists They DO NOT Deserve To Be Labelled As BOTTLERS! 👀🔥"> | ||
<h3 class="title">Martin O'Neill DEFENDS Arsenal & Insists They DO NOT Deserve To Be | ||
Labelled As BOTTLERS! 👀🔥</h3> | ||
</div> | ||
</div> | ||
<div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('BREAKING: Scottie Scheffler arrested by police before start of PGA championship', '98JBgfYeG64', 'World No. 1 golfer Scottie Scheffler was detained by police and charged with assaulting an officer and other counts Friday outside ...', 'UCaXkIU1QidjPwiAYu6GcHjg')"> | ||
|
@@ -91,34 +89,9 @@ <h3 class="title">"Most intense week of my life" | Jurgen Klopp speaks ahead of | |
Liverpool match</h3> | ||
</div> | ||
</div> | ||
<div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('가사 도우미 일하러 갔다가 "주인이 준 커피 마셨는데" …/ KNN', 'GiyKUfM1C3Q', 'knn뉴스 ▷ 전화 부산 051-850-9000 경남 055-283-0505 ▷ 이메일 [email protected] ▷ knn 홈페이지/앱 접속, 제보 누르기 ▷ 카카오 ...', 'UC1ifSsWUG241rRfK0ezYCgA')"> | ||
<img class="thumbnail-image" src="https://i.ytimg.com/vi/GiyKUfM1C3Q/hqdefault.jpg" | ||
alt="가사 도우미 일하러 갔다가 "주인이 준 커피 마셨는데" …/ KNN"> | ||
<h3 class="title">가사 도우미 일하러 갔다가 "주인이 준 커피 마셨는데" …/ KNN</h3> | ||
</div> | ||
</div> | ||
<div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('International Court : युद्ध अपराध' पर इसराइल क्या बोला? । 17 May । दिनभर (BBC Hindi)', 'bfmrF3KG9vY', 'बीबीसी हिंदी का पॉडकास्ट दिनभर-पूरा दिन, पूरी ख़बर, विनीत खरे और ...', 'UCN7B-QD0Qgn2boVH5Q0pOWg')"> | ||
<img class="thumbnail-image" src="https://i.ytimg.com/vi/bfmrF3KG9vY/hqdefault_live.jpg" | ||
alt="International Court : युद्ध अपराध' पर इसराइल क्या बोला? । 17 May । दिनभर (BBC Hindi)"> | ||
<h3 class="title">International Court : युद्ध अपराध' पर इसराइल क्या बोला? । 17 May । दिनभर | ||
(BBC Hindi)</h3> | ||
</div> | ||
</div> | ||
<div class="search-result"> | ||
<div class="video-detail-box" | ||
onclick="storeDataToLocal('Sabse Bada Sawal: 4 जून को अबकी बार...'मुफ्त' वाली सरकार ? | Garima Singh | INDIA | NDA | PM Modi', 'MDsjTnqryOQ', 'loksabhaelection2024 #indiavsnda #pmmodi #rahulgandhi #arvindkejriwal #news24 Sabse Bada Sawal: 4 जून को अबकी ...', 'UCuzS3rPQAYqHcLWqOFuY0pw')"> | ||
<img class="thumbnail-image" src="https://i.ytimg.com/vi/MDsjTnqryOQ/hqdefault.jpg" | ||
alt="Sabse Bada Sawal: 4 जून को अबकी बार...'मुफ्त' वाली सरकार ? | Garima Singh | INDIA | NDA | PM Modi"> | ||
<h3 class="title">Sabse Bada Sawal: 4 जून को अबकी बार...'मुफ्त' वाली सरकार ? | Garima Singh | ||
| INDIA | NDA | PM Modi</h3> | ||
</div> | ||
</div> | ||
</div> --> | ||
|
||
|
||
|
||
</div> | ||
|
@@ -131,6 +104,7 @@ <h3 class="title">Sabse Bada Sawal: 4 जून को अबकी बार... | |
</div> | ||
|
||
<script src="youtube.js"></script> | ||
<script src="key_functionality.js"></script> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters