Sha256: a01ab612b6c37fa9db28136594e8fba89a82642f36eb168b94b997d5d798b154

Contents?: true

Size: 736 Bytes

Versions: 16

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

16 entries across 16 versions & 4 rubygems

Version Path
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/capybara-3.40.0/lib/capybara/spec/views/with_jstree.erb
capybara-3.40.0 lib/capybara/spec/views/with_jstree.erb
capybara-3.39.2 lib/capybara/spec/views/with_jstree.erb
capybara-3.39.1 lib/capybara/spec/views/with_jstree.erb
capybara-3.39.0 lib/capybara/spec/views/with_jstree.erb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jstree.erb
capybara-3.38.0 lib/capybara/spec/views/with_jstree.erb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/views/with_jstree.erb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/views/with_jstree.erb
capybara-3.37.1 lib/capybara/spec/views/with_jstree.erb
capybara-3.37.0 lib/capybara/spec/views/with_jstree.erb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jstree.erb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jstree.erb
date_n_time_picker_activeadmin-0.1.2 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jstree.erb
date_n_time_picker_activeadmin-0.1.1 vendor/bundle/ruby/2.6.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jstree.erb
capybara-3.36.0 lib/capybara/spec/views/with_jstree.erb