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