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.
24 lines
647 B
24 lines
647 B
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Plugin</title>
|
|
<link rel="stylesheet" href="/plugin/plugin.css" />
|
|
<script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
|
|
<script src="/plugin/jquery.mousewheel.js"></script>
|
|
<script src="/plugin/plugin.js"></script>
|
|
<script>
|
|
$(document).ready(function() {
|
|
$('#region').ninjaSelect({
|
|
|
|
});
|
|
})
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div style="width: 1000px; margin: 0 auto;">
|
|
<label>Плагин:</label>
|
|
<input id="region" name="region" value="" />
|
|
</div>
|
|
</body>
|
|
</html> |