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.



When selecting the states by giving the country as input using ajax cal, how can we ensure that ev..

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

Post New Answer

More JavaScript Interview Questions

In javascript what is an argument object?

0 Answers  


program showing string concatenation?

4 Answers  


What is the use of a map object in javascript?

0 Answers  


What is difference between local and global scope in javascript ?

0 Answers  


How to replace all occurrences of a string in JavaScript?

0 Answers  






Which keyword is used to print the text in the screen?

0 Answers  


How onclick works in javascript?

0 Answers  


What is a callback url?

0 Answers  


What is the scope of a function?

0 Answers  


How can I learn javascript fast?

0 Answers  


Why javascript is fast?

0 Answers  


Explain “use strict” ?

0 Answers  


Categories