mirror of https://github.com/RubaXa/Sortable.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
738 B
34 lines
738 B
<!DOCTYPE html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"/> |
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> |
|
<meta property="og:image" content="/st/og-image.png"/> |
|
|
|
<title>Sortable :: Tests</title> |
|
</head> |
|
<body> |
|
<style> |
|
.styled { |
|
margin: 0; |
|
padding: 0; |
|
list-style: none; |
|
} |
|
.styled > * { |
|
padding: 5px 10px; |
|
} |
|
</style> |
|
|
|
<div id="fixture"></div> |
|
<div id="qunit"></div> |
|
|
|
<link href="http://code.jquery.com/qunit/qunit-1.21.0.css" rel="stylesheet"/> |
|
<script src="http://code.jquery.com/qunit/qunit-1.21.0.js"></script> |
|
|
|
<script src="./src/polyfills.js"></script> |
|
<script src="./src/simulate.js"></script> |
|
|
|
<script src="../Sortable.js"></script> |
|
<script src="./sortable.tests.js"></script> |
|
</body> |
|
</html>
|
|
|