I'm trying to read in values from a multi-select via get and javascript.
Here's an example of the string and values i'm trying to retrieve:
?q=y°[]=Graduate+Certificate°[]=Graduate+Degree
My code works with URLSearchParams in all browsers except late MS IE and early MS EDGE browsers.
Can someone suggest a way to read two separate values for deg[] without using a polyfill library?