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