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