How to prevent browsers from caching Ajax results? I have and event triggered Ajax script the displays results only when the browsers data has been cleared.
Tes
using jQuery you can set global ajax setting: { cache: false }. See it in jquery ajax docs