UNPKG

jquery.fancytree

Version:

jQuery tree view / tree grid plugin with support for keyboard, inline editing, filtering, checkboxes, drag'n'drop, and lazy loading

38 lines (29 loc) 1.09 kB
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title>Fancytree test memory leaks</title> <script src="//code.jquery.com/jquery-1.12.1.min.js"></script> <script src="//code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script> <link href="../../lib/qunit.css" rel="stylesheet" media="screen" /> <script src="../../lib/qunit.js"></script> <link href="../../src/skin-win8/ui.fancytree.css" rel="stylesheet"> <script src="../../src/jquery.fancytree.js"></script> <script src="test-tools.js"></script> <script src="test-leaks.js"></script> <style type="text/css"> </style> </head> <body> <h1>NOTE: this is a long-running test! Please open a taskmanager before, and check memory consumption while executing this test.</h1> <h1 id="qunit-header">Fancytree leaks</h1> <h2 id="qunit-banner"></h2> <div id="qunit-testrunner-toolbar"></div> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture">test markup, will be hidden</div> <hr /> <div id="tree"></div> <hr /> </body> </html>