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