Wijmo UI for the Web
invalidInput Event
wijmo.input.wijinputtext Namespace > options type : invalidInput Event
Standard jQuery event object
Information about an event
The invalidInput event handler. A function called when invalid charactor is typed.
Syntax
$(function () {
    // Set invalidInput event handler function
    $(".selector").wijinputtext({
        invalidInput : function (e, data) {
     
        }
    });
});
invalidInput = function ( 
   e : jQuery.Event,
   data : IInvalidInputEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijinputtext jQuery Widget