What real purpose does $.noop() serve in jQuery 1.4?
This function was proposed due to performance issues on embedded systems when using $.ajax, reported on the jQuery-Dev mailing list. You can see the thread. Basically, they preferred to introduce and use this single empty function, rather than declaring empty anonymous functions all around. Now this function is internally used in the ajax, event and … Read more