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 |
What are the variable naming conventions in javascript?
What are the difference between javascript and jquery?
What is the use of a weakmap object in javascript?
Is javascript client side or server side?
What do you mean by script?
What is null variable?
How can JavaScript be used?
0 Answers Deloitte, JPMorgan Chase,
What are the concepts of object oriented programming?Explain with an example.
How to delete an array entry using javascript?
List out the Mouse Events?
How to prevent a window not to be clicked or selected any way in java script?
How do I open a .js file?