Skip to content

Commit

Permalink
add v5 playground
Browse files Browse the repository at this point in the history
  • Loading branch information
caseyjhol committed Mar 26, 2021
1 parent 2ae5130 commit 876fd39
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions docs/docs/playground/5/index.html
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>

<head>
<script data-require="jquery@2.2.0" data-semver="2.2.0" src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script id="plnkrOpener" src="../plnkrOpener.js" data-bootstrap-version="5"></script>
</head>

<body>
</body>

</html>
6 changes: 3 additions & 3 deletions docs/docs/playground/plnkrOpener.js
Expand Up @@ -37,17 +37,17 @@ $(document).ready(function() {
ctrl.example.files = [
{
name: 'index.html',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.13.0-dev/tests/bootstrap' + bootstrapVersion + '.html',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.14-dev/tests/bootstrap' + bootstrapVersion + '.html',
content: ''
},
{
name: 'js/bootstrap-select.js',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.13.0-dev/dist/js/bootstrap-select.js',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.14-dev/dist/js/bootstrap-select.js',
content: ''
},
{
name: 'css/bootstrap-select.css',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.13.0-dev/dist/css/bootstrap-select.css',
url: 'https://raw.githubusercontent.com/snapappointments/bootstrap-select/v1.14-dev/dist/css/bootstrap-select.css',
content: ''
}
]
Expand Down

0 comments on commit 876fd39

Please sign in to comment.