I'm using Blueimp JQueryFileUpload from https://github.com/blueimp/jQuery-File-Upload
What I want is to set default options to the plugin, so I dont have to execute them everytime I use it, and in some specifics scenarios I will want to override my own default configurations.
I'm using the UI version of the plugin, and I want to set my own 'fileuploaddone' callback globally.
In some other plugins I achieve this throug
$.otherPlugin.options = { some : 'Default Options' }