Hi I want to put my search box on the home page by JavaScript. Tell me how to do it? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
- 1

Hi I want to put my search box on the home page by JavaScript. Tell me how to do it?

I have a aplication.

29th Nov 2021, 8:08 PM
mostafa maleki
mostafa maleki - avatar
1 Antwort
+ 2
Place input box, take value of this input and somehow handle logic of search. Easier is to check some keywords from list(what user can serach), but this wont work if user misplace letter, or search for item not in list. For this you need to add advanced logic.
29th Nov 2021, 8:22 PM
PanicS
PanicS - avatar