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 |
how to validate the date(dd/mm/yyyy)using regular expression in javascript? It should also satisfy the leap year feb 29 problem. Please help me.
Explain the process of document loading.
What does three dots mean in texting?
What are the four types of javascript objects?
What is the difference between ‘let’ and ‘const’?
What is the context in javascript?
What is js injection?
What are math constants and functions using javascript?
how to read and write a file using JavaScript?
Is client side front end?
How Can I get facebook fans/likes?
How to include the HTML tag inside the javascript tags?