$(function () { // Set fileOpening event handler function $(".selector").wijfileexplorer({ fileOpening : function (e) { } }); });
fileOpening = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set fileOpening event handler function $(".selector").wijfileexplorer({ fileOpening : function (e) { } }); });
fileOpening = function ( e : jQuery.Event ) { };