What I’m trying to do
I want to remove old search result when I input new filter with select. Is that possible?
Like the image, when I click the search button again old search result still there.
Things I have tried
I tried use localStorage and sessionStorage, but it didn’t work.
Also the output of data types of dv function is undefined, I cant use innerHTML to refresh it.
Now I am totally stuck. Please help me!