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