+ 2
Searchbar with focusing
How to create a searchbar for focusing. <div class=âsearchâ> <input type=âtextâ id=âsearch-barâ> <button id=âsearch-btnâ>Search</button> </div> <h1 class=âtitleâ>Skills</h1> <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p> <h1 class=âtitleâ>About</h1> <p>Lorem Ipsum is simply dummy text of the printing.</p> If the user search âskillsâ the web want to focus on that area. How to create that... I know to make searchbox with the entered value will only visible
2 Antworten
+ 1
Like this? (I'm not too good in js)
https://code.sololearn.com/WCe12PNiBZ8s/?ref=app
+ 1
Sousou Thank you, Can you make seachbar to get focused without any highlightings...