I am trying to apply a CTRL + F
function to my site.
I have managed to write code to highlight all the matching items in the list. I am using REgex
to find matches in a list. Now I want to make it scroll to the items one by one by hitting enter. Does anyone have any idea on how to do this?