codehaven - php snippets - coding help
Generic filters
Exact matches only

Stop cache on .load of ajax request

23rd March 2017

Jquery - Ajax

jquery icon

Just add the code as it is, before any .load happens and every time .load is executed it will get a new set of data using .load, without cache.

Was this code snippet helpful?