When was handleError removed from jQuery?

shanethehat picture shanethehat · Jun 13, 2011 · Viewed 13.7k times · Source

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?

Answer

Tak picture Tak · Jun 13, 2011

It looks like handleError() was removed in jQuery 1.5. Most solutions I've seen online create their own error functions. Hope that helps