How can I do that when I clicked a dropdown then I redirect to another page then I go back to the previous and the dropdown should be open?. My colleague told me that I don't need session or even cookies for this.
Asked
Active
Viewed 31 times
0
-
You can use `localStorage`. – Feb 13 '17 at 01:16
-
Is this the easiest way? – Mark Santos Feb 13 '17 at 01:19
-
Yes. There are other methods, but `localStorage` is simply an Object that persists for a specific domain. – Feb 13 '17 at 14:24
-
Thanks man. Already fixed my problem. – Mark Santos Feb 14 '17 at 03:39