Wijmo UI for the Web
complete Event
jQuery Event object
An object that contains the file info.
Fires when file upload is complete.
Syntax
Javascript (Usage) 
$(function () {
    // Set complete event handler function
    $(".selector").wijupload({
        complete : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
complete = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

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

See Also

Reference

options type
wijupload jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.