File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,9 +94,9 @@ that happen. You can do this via the ``shouldSendCallback`` setting:
94
94
jQuery AJAX Error Reporting
95
95
---------------------------
96
96
97
- For automatically AJAX errors from jQuery the following tip might come in
98
- helpful. However depending on the type of request you might have to do
99
- slightly different things.
97
+ For automatically reporting AJAX errors from jQuery, the following tips
98
+ might be helpful, however depending on the type of request you might
99
+ have to do slightly different things.
100
100
101
101
Same Origin
102
102
-----------
@@ -139,7 +139,7 @@ You can use this event to globally handle Ajax errors:
139
139
Cross Origin
140
140
------------
141
141
142
- Due security reasons most web browsers are not giving permissions to
142
+ Due to security reasons most web browsers are not giving permissions to
143
143
access error messages for cross domain scripts. This is not jQuery issue
144
144
but an overall javascript limitation.
145
145
You can’t perform that action at this time.
0 commit comments