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
To put a "close window" link on a page ?
How and where javascript namespacing is used?
What is the javascript function?
Is not a function error in javascript?
What does clean white space mean?
How do I run javascript on my iphone?
How to remove duplicates from javascript array?
What can I build with javascript?
Write a program in Java to display the IP address of the local and remote machine.
What output will this program produce System.out.println(x+"+"+y+"="+(x+));
How to create the namespace in javascript?
Whether JavaScript has concept level scope?
What is a global variable in programming?
What does === mean in js?
Which is better python or javascript?