First of all I apologize for my poor english... Hope someone will understand my question and help me...
I\'m working on a project using lots of $.post call and I wan
$.post = function() { var _method = $.post; // do something you want console.log("do someting"); return _method.apply($, Array.prototype.slice.apply(arguments)); }