Wijmo UI for the Web
valueBoundsExceeded Event
wijmo.input.wijinputnumber Namespace > options type : valueBoundsExceeded Event
Standard jQuery event object
The valueBoundsExceeded event handler. A function called when the value of the input exceeds the valid range.
Syntax
$(function () {
    // Set valueBoundsExceeded event handler function
    $(".selector").wijinputnumber({
        valueBoundsExceeded : function (e) {
     
        }
    });
});
valueBoundsExceeded = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object
See Also

Reference

options type
wijinputnumber jQuery Widget