UNPKG

ui-contextmenu

Version:

Turn a jQuery UI Menu widget into a contextmenu.

34 lines (30 loc) 1.13 kB
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>QUnit Composite Test Suite</title> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.23.0.css"> <link rel="stylesheet" href="../lib/qunit-composite.css"> <script src="http://code.jquery.com/jquery-1.12.4.min.js"></script> <script src="http://code.jquery.com/qunit/qunit-1.23.0.js"></script> <script src="../lib/qunit-composite.js"></script> <script> QUnit.testSuites("Core tests", [ { name: "jQuery 3.0, jQuery UI 1.12", path: "test-jquery-3-ui-1.12.html" }, { name: "jQuery 1.12, jQuery UI 1.12", path: "test-jquery-1.12-ui-1.12.html" }, { name: "jQuery 1.11, jQuery UI 1.11", path: "test-jquery-1.11-ui-1.11.html" }, { name: "jQuery 1.9, jQuery UI 1.10", path: "test-jquery-1.9-ui-1.10.html" } ]); // QUnit.testSuites("Misc", [ // { name: "Regression tests", path: "test-regression.html" }, // { name: "Benchmarks", path: "test-bench.html" }, // { name: "Last Build", path: "test-core-build.html" } // ]); </script> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"> </div> </body> </html>