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 / 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 |
In javascript what is an argument object?
program showing string concatenation?
What is the use of a map object in javascript?
What is difference between local and global scope in javascript ?
How to replace all occurrences of a string in JavaScript?
Which keyword is used to print the text in the screen?
How onclick works in javascript?
What is a callback url?
What is the scope of a function?
How can I learn javascript fast?
Why javascript is fast?
Explain “use strict” ?