TableTools and jQuery NoConflict problem

TableTools and jQuery NoConflict problem

TeonnynTeonnyn Posts: 10Questions: 1Answers: 0
edited November 2013 in General
I've pinpointed the most likely cause of my problem down to TableTools.js. I believe that's the plugin that handles all of the highlighting and row selection with Editor. In any case, I'm trying to debug what looks like a strange issue. For some reason, I cannot select any rows on my Editor tables at all. All of the command buttons still work, and the tables themselves are displaying fine with DataTables. Because I have MooTools installed, I'm also using "noConflict".

When I click on a row, it won't highlight. Using the Chrome console to debug, it goes straight past jQuery and ignores it, then empties the variable that held the click. As far as I can tell, everything else involved works. It's just this little bug that's being a pest.

Replies

  • TeonnynTeonnyn Posts: 10Questions: 1Answers: 0
    Argh! Another stupid question. It was down to the PLACEMENT of NoConflict. Once that was fixed, it worked!
  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Hi,

    What version of TableTools are you using? The current release shouldn't have any problems with noConflict I think, although it might be worth trying the nightly version from the download page.

    Allan
This discussion has been closed.