Sha256: 3b96ff0a31023cd1b231bc7bd95ba8af1ef5adf0fbc31163fbda535d03cee6ee

Contents?: true

Size: 736 Bytes

Versions: 36

Compression:

Stored size: 736 Bytes

Contents

<!doctype html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_jstree</title>
  </head>
  <body id="with_jstree">
    <div id="container">
      <ul>
        <li>Child node A</li>
        <li>Child node B</li>
        <li>Child node C</li>
      </ul>
    </div>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/jstree/3.3.8/jstree.min.js"></script>
    <script>
      $(function () {
        $('#container').jstree({
          "core" : { "check_callback" : true }, // so that operations work
          "plugins" : ["dnd"]
        });
      });
    </script>
  </body>
</html>

Version data entries

36 entries across 24 versions & 3 rubygems

Version Path
tdiary-5.2.0 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.7 vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.7 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/capybara-3.34.0/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/capybara-3.34.0/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/tdiary-5.1.5/vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.5 vendor/bundle/ruby/2.7.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/tdiary-5.1.4/vendor/bundle/ruby/2.7.0/gems/capybara-3.34.0/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/capybara-3.35.3/lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.5 vendor/bundle/ruby/3.0.0/gems/capybara-3.34.0/lib/capybara/spec/views/with_jstree.erb
capybara-3.35.3 lib/capybara/spec/views/with_jstree.erb
capybara-3.35.2 lib/capybara/spec/views/with_jstree.erb
capybara-3.35.1 lib/capybara/spec/views/with_jstree.erb
capybara-3.35.0 lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.4 vendor/bundle/ruby/2.7.0/gems/capybara-3.34.0/lib/capybara/spec/views/with_jstree.erb
capybara-3.34.0 lib/capybara/spec/views/with_jstree.erb
tdiary-5.1.3 vendor/bundle/ruby/2.7.0/gems/capybara-3.33.0/lib/capybara/spec/views/with_jstree.erb