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 |
Is it possible to use javascript to change the meta-tags of the page?
How javascript sort function works?
Why it is not advised to use innerhtml in javascript?
Write a program in Java to display the IP address of the local and remote machine.
0 Answers Annamalai University,
List some of the advantages of javascript.
What is event bubbling in JavaScript?
How do I turn on javascript?
What does javascript do?
How to create a function using function constructor?
Does javascript support foreach loop?
what is the difference between let, var, and const?
What is the use of anonymous function in javascript?