// Needed for Typescript to accept $elem.msMatchesSelector(selectorString) interface Element { msMatchesSelector(selectors: string): boolean }