How does DT's Debugger determine what versions are in use?

How does DT's Debugger determine what versions are in use?

tangerinetangerine Posts: 3,342Questions: 35Answers: 394
edited November 2021 in General

How does DT's Debugger determine what versions are in use?
I ask because I'm looking at rationalising* my file system, and I don't want to inadvertently hide anything from the Debugger.
* posh word for "clearing up some of the mess".

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 61,446Questions: 1Answers: 10,054 Site admin
    Answer ✓

    Is black magic a valid answer? ;)

    The real answer is that it looks at the static properties of the libraries - for example:

    $.fn.dataTable.version
    $.fn.dataTable.Buttons.version
    $.fn.dataTable.Responsive.version
    

    and so on.

    Allan

  • tangerinetangerine Posts: 3,342Questions: 35Answers: 394

    Is black magic a valid answer?

    Today, that would make as much sense as anything else on my desk....

    The real answer is that it looks at the static properties of the libraries

    Okay, great. That's all I needed. Many thanks!

Sign In or Register to comment.