{"name":"jQuery.noop","type":"method","title":"jQuery.noop()","deprecated":null,"removed":null,"desc":"An empty function.","categories":["utilities","version/1.4"],"entries":[{"return":"undefined","signatures":{"added":"1.4"},"examples":null,"longdesc":"\n
You can use this empty function when you wish to pass around a function that will do nothing.
\nThis is useful for plugin authors who offer optional callbacks; in the case that no callback is given, something like jQuery.noop could execute.