Jquery Error When Extending Object Prototype
If I extend the Object prototype and try to use some functions of jQuery 2.0.3 I get errors... For example jsFiddle Object.prototype.GetHashCode = function() { return 1; }; $(docum
Solution 1:
In this report they say they don't want to fix that. So don't use Object.prototype when working with jquery.
Post a Comment for "Jquery Error When Extending Object Prototype"