on Jquery websites says that i should attach ajaxError method to some html elemnt.
It means i have to have such element. But i wont use it.
I want to have one global handler which will handle all ajax error messages.
I’ve tried like here jquery Ajax $.ajaxError
but i’m getting error message
and line 16 is
You have to attach the handler to any element. And to make it global:
http://api.jquery.com/ajaxError/