You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used this great class and changed it to inherit from request.JSON. Unfortunately I didn't know that IE caches the JSON requests, so you have to add to the options:
noCache:true
thanks for this class, it rocks.
The text was updated successfully, but these errors were encountered:
I used this great class and changed it to inherit from request.JSON. Unfortunately I didn't know that IE caches the JSON requests, so you have to add to the options:
noCache:true
thanks for this class, it rocks.
The text was updated successfully, but these errors were encountered: