Strange parameter added to sAjaxSource query

Strange parameter added to sAjaxSource query

carlosbergencarlosbergen Posts: 2Questions: 0Answers: 0
edited July 2013 in General
So this is not much of a problem but I'm curious as to why is the underscore parameter added to the query when I use sAjaxSource
[code]
api/lotes/15/siembra/32/fertilizantes?_=1372977341600
[/code]
And my sAjaxSource:
[code]
"sAjaxSource": 'api/lotes/15/siembra/32/fertilizantes',
[/code]

Replies

  • allanallan Posts: 61,823Questions: 1Answers: 10,129 Site admin
    Its the jQuery anti-cache parameter: http://api.jquery.com/jQuery.ajax/ (see the `cache` option).

    Allan
  • carlosbergencarlosbergen Posts: 2Questions: 0Answers: 0
    Thanks!
This discussion has been closed.