When was handleError removed from jQuery?

Viewed 13740

I'm revisiting some old code, and have found it doesn't work with jQuery 1.6 because it cannot find $.handleError(). A quick search of the jQuery code shows nothing, so I guess this function has been removed/replaced.

Does anyone know which version the handleError function was first missing from, and if it has a direct replacement?

1 Answers
Related