fnAjaxReload with version 1.6.2 not working

fnAjaxReload with version 1.6.2 not working

valdezrvaldezr Posts: 49Questions: 0Answers: 0
edited March 2010 in General
I am using reload plugin with version 1.6.2
with
$.fn.dataTableExt.oApi.fnReloadAjax = function ( oSettings, sNewSource, fnCallback ) {

but indicates an error that dataTableExt is not recognized.
This not occurs with previos 1.5.x versions.

What could be wrong?

Thanks in advance

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    If you look in the source code, it's definitely there: "$.fn.dataTableExt = {};". Which suggests that there is something else going on (possibly loading jQuery twice). Can you post a link please?

    Allan
  • valdezrvaldezr Posts: 49Questions: 0Answers: 0
    Yes jquery was being imported twice.
    Thanks.
This discussion has been closed.