$("span[data-filter*='restaurants']").find('a').trigger('click');
This code is firing on every other browser but Explorer and Edge. It has to be the trigger because I can find the text in the link by changing the trigger to .text. So I know the data-filter aspect is flying. It returns no error in the inspector. I can't find any documentation this shouldn't work!
Here is the actual link. Supposed to filter the portfolio to the 'education' group on click.