grisha2217
Active member
- Affected version
- 1.5.19
I have downloaded this library https://github.com/digitalBush/jquery.maskedinput
Usage:
This script is good working when i'm opening a page. BUT! This script is not working when i'm opening a page through OverlayTrigger, getting error:
Is there quick solution to fix this?
Usage:
$("#date").mask("99/99/9999");
This script is good working when i'm opening a page. BUT! This script is not working when i'm opening a page through OverlayTrigger, getting error:
Code:
Uncaught TypeError: a.mask.load is not a function
at e.fn.init.a.fn.expose (jquery.xenforo.rollup.js?_v=dd916543:93)
at v.load (jquery.xenforo.rollup.js?_v=dd916543:52)
at XenForo.OverlayLoader.show (xenforo.js?_v=dd91654324:5022)
at XenForo.OverlayLoader.createOverlay (xenforo.js?_v=dd91654324:5007)
at XenForo.ExtLoader.success (xenforo.js?_v=dd91654324:100)
at XenForo.ExtLoader.callSuccess (xenforo.js?_v=dd91654324:3160)
at XenForo.ExtLoader.successCount (xenforo.js?_v=dd91654324:3201)
at xenforo.js?_v=dd91654324:100
at Object.success (xenforo.js?_v=dd91654324:3012)
at j (jquery-1.11.0.min.js:2)
Is there quick solution to fix this?