I am trying to user this plugin http://igorescobar.github.io/jQuery-Mask-Plugin/, but I get the following error
Error: Mismatched anonymous define() module: function ($) {
"use strict";
...rest of the code
Is this conflicting with jquery that's already loaded on the page? How can I fix this?
Here's how I am trying to use the plugin $('input[type="tel"]').mask('(000) 000-0000');