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