Hi I am trying to extend this jQuery plugin but it seems I can't seem to find a way to do it like the other plugins. I've tried:
$.fn.picEdit.somefunction = function() {
But it seems that the plugin functions is encapsulated.
Does anyone know how to override this specific plugin(not editing/hacking any on the inside of the JS plugin)? I just want to know if it can be extended or not. Thanks.