Sha256: bf8afc0b07793a664def079f0cf027ad64eb21c0613777323f702cd71a316aa8

Contents?: true

Size: 727 Bytes

Versions: 5

Compression:

Stored size: 727 Bytes

Contents

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>jquery old</title>
  <script src="http://code.jquery.com/jquery-1.9.1.js"></script>

  <!-- include libraries -->
  <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.css" />
  <script src="//netdna.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.js"></script>

  <!-- include summernote -->
  <link rel="stylesheet" href="../dist/summernote.css">
  <script type="text/javascript" src="../dist/summernote.js"></script>

  <script type="text/javascript">
    $(document).ready(function() {
      $('.summernote').summernote({height: 200});
    });
  </script>
</head>
<body>
<div class="summernote"></div>
</body>
</html>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
promethee-1.4.13 node_modules/summernote/examples/jquery19lt.html
promethee-1.4.12 node_modules/summernote/examples/jquery19lt.html
promethee-1.4.11 node_modules/summernote/examples/jquery19lt.html
promethee-1.4.10 node_modules/summernote/examples/jquery19lt.html
promethee-1.4.9 node_modules/summernote/examples/jquery19lt.html