Monday, March 23, 2015
มาใส่ Bootstrap Tags Input ให้เว็บดูดี
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Bootstrap Tagsinput</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap-tagsinput/bootstrap-tagsinput.css">
</head>
<body>
<h1>Hello, world!</h1>
<input type="text" value="Amsterdam,Washington,Sydney,Beijing,Cairo" data-role="tagsinput">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="js/bootstrap-tagsinput/bootstrap-tagsinput.js"></script>
</body>
</html>
ที่มา:http://timschlechter.github.io/bootstrap-tagsinput/examples/
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment