what is the differences between ajax.url().load() and ajax.url().reload()?
what is the differences between ajax.url().load() and ajax.url().reload()?
bikai
Posts: 21Questions: 12Answers: 0
if i change the url, such as:
ajax.url("another.json").load()
ajax.url("another.json").reload()
what is the differences between them?
if the url is not changed, such as:
ajax.load()
ajax.reload()
what is the differences between them?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
These two should give you an error - there is no
url().reload()
orajax.load()
method in DataTables. The full list of methods available are shown here.Allan