Hello!
I have come across this problem while working with a recent version of jQuery and that is the javascript code is not compatible with the 2.1.4 version: when a tab is clicked, the debug window pulls up and then pulls down immediatly so it cannot be read. It's safer avoiding to work with the current jQuery instance since the 1.10.2 version is well tested with the profiler code. It should be resolved by putting a noConflict statement and wrapping the javascript code in an anonymous function that gets the new jQuery instance. And of course the condition that checks for window.jQuery should be removed.
Hello!
I have come across this problem while working with a recent version of jQuery and that is the javascript code is not compatible with the 2.1.4 version: when a tab is clicked, the debug window pulls up and then pulls down immediatly so it cannot be read. It's safer avoiding to work with the current jQuery instance since the 1.10.2 version is well tested with the profiler code. It should be resolved by putting a noConflict statement and wrapping the javascript code in an anonymous function that gets the new jQuery instance. And of course the condition that checks for window.jQuery should be removed.