Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

When was handleError removed from jQuery?

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?

like image 688
shanethehat Avatar asked Jun 13 '11 11:06

shanethehat


1 Answers

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

like image 86
Tak Avatar answered Nov 02 '22 14:11

Tak