문제

I disabled the default .expose() closeonclick function because i want to close it with button. The problem is i cant find the code how to properly close it.

$('#button').on('click',function(){

...?

});
도움이 되었습니까?

해결책

Just call on button click:

$.mask.close();

JSFiddle

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top