我正在尝试使用此插件http://igorescobar.github.io/jQuery-Mask-Plugin/,但我收到以下错误
Error: Mismatched anonymous define() module: function ($) {
"use strict";
...rest of the code
这与已经加载到页面上的jquery有冲突吗?我怎样才能解决这个问题?
以下是我尝试使用插件$('input[type="tel"]').mask('(000) 000-0000');