When selecting the states by giving the country as input
using ajax cal, how can we ensure that every time it is
hitting the DB and fetching the data? Many time it may load
from the cache.
Answer Posted / atl
ajax call you can check through fiddler(or any debugger). it will show the request and response clearly.
and also, if the selecting states is an ajax call, then it will never use the cached data.
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Should you disable javascript?
What are the uses of javascript in web page designing?
What is the use of a number object in javascript?
how to read and write a file using JavaScript?
What is event in javascript?
Explain few difference between null, undefined or undeclared javascript variable?
discuss scoping in javascript?
Why do we need to declare variables?
In javascript what is an argument object?
Is javascript multi-threaded or single-threaded?
what is pop()method in JavaScript?
What does 3 dots mean in javascript?
What would be the result of 2+5+”3″?
Is javascript easier than java?
What is dom in javascript?