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