fork download
  1. <html>
  2. <head>
  3. <title>Home</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1">
  5. <link rel="stylesheet" href="http://m...content-available-to-author-only...n.com/bootstrap/3.3.4/css/bootstrap.min.css">
  6. <script src="https://a...content-available-to-author-only...s.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  7. <script src="http://m...content-available-to-author-only...n.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
  8.  
  9. </head>
  10. <body>
  11.  
  12. <div>
  13. <input id="product_search" type="text" data-provide="typeahead"
  14. data-source='["Deluxe Bicycle", "Super Deluxe Trampoline", "Super Duper Scooter"]'>
  15. </div>
  16.  
  17.  
  18. <script src="js/typeahead.js"></script>
  19.  
  20. </body>
  21. </html>
  22.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty