UNPKG

patternfly

Version:

This reference implementation of PatternFly is based on [Bootstrap v3](http://getbootstrap.com/). Think of PatternFly as a "skinned" version of Bootstrap with additional components and customizations.

30 lines (24 loc) 752 B
<!DOCTYPE HTML> <html> <head> <title>Bootstrap Combobox Test Suite</title> <!-- jquery --> <!--<script src="http://code.jquery.com/jquery-1.7.min.js"></script>--> <script src="vendor/jquery.js"></script> <!-- qunit --> <link rel="stylesheet" href="vendor/qunit.css" type="text/css" media="screen" /> <script src="vendor/qunit.js"></script> <!-- plugin sources --> <script src="../../js/bootstrap-combobox.js"></script> <!-- unit tests --> <script src="unit/bootstrap-combobox.js"></script> <body> <div> <h1 id="qunit-header">Bootstrap Combobox Test Suite</h1> <h2 id="qunit-banner"></h2> <h2 id="qunit-userAgent"></h2> <ol id="qunit-tests"></ol> <div id="qunit-fixture"></div> </div> </body> </html>