0
Highlight searchresults and close button
https://code.sololearn.com/WSrEXLmHXLOZ/?ref=app Need help to make highlighted match from search. Preferrably background color change. The code til now opens every parent detail element that has a text match within it. Background color shpuld change back when new search has been done. I also need a "close" button for the opened details.
1 Answer
+ 1
use filter on keydown to get the search result.
addEventListener(onkeydown)
on input tag and filter the results based on the input
Hot today
Python — File Handling
0 Votes
Help me solve this (using loop)
3 Votes
What is wrong? Error on test.
1 Votes
Help me wiht python
1 Votes
Question is write a c program to print prime numbers up to n and print the largest number in array.
1 Votes
Help me
0 Votes