I'm running with JQuery 1.10, and while the module installs and activates, the mask itself doesn't appear on the input field. The console reports this:
TypeError: $.browser is undefined
... at .../sites/all/libraries/maskedinput/jquery.maskedinput-1.3.js?occ8kv Line 8
That code is:
(function($) {
var pasteEventName = ($.browser.msie ? 'paste' : 'input') + ".mask";
Apparently, $.browser was removed from jQuery 1.9. My javascript isn't good enough to suggest a fix -- do you have a version of the plugin that works with later versions of jQuery?
Thanks!
Closed: duplicate
2.1
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.