问题
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:
It looks like handleError()
was removed in jQuery 1.5. Most solutions I've seen online create their own error functions. Hope that helps
来源:https://stackoverflow.com/questions/6329589/when-was-handleerror-removed-from-jquery