Wijmo UI for the Web
change Event
jQuery Event object
An object that contains the input file.
Fires when user selects a file. This event can be cancelled. "return false;" to cancel the event.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.change = function(e, data) { };
Javascript (Specification) 
change = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
An object that contains the input file.

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.