Sha256: 82c5d6604902d614a106f75c104fa8e4a456c3a1f56c976eb98239a53e54348b

Contents?: true

Size: 1.33 KB

Versions: 24

Compression:

Stored size: 1.33 KB

Contents

<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_js</title>
    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js" type="text/javascript" charset="utf-8"></script>
    <script src="/test.js" type="text/javascript" charset="utf-8"></script>
  </head>
  
  <body id="with_js">
    <h1>FooBar</h1>
    
    <p id="change">This is text</p>
    <div id="drag">
      <p>This is a draggable element.</p>
    </div>
    <div id="drop">
      <p>It should be dropped here.</p>
    </div>
    
    <p><a href="#" id="clickable">Click me</a></p>
    
    <p>
      <select id="waiter">
        <option>Foo</option>
        <option>My Waiting Option</option>
      </select>
    </p>
    
    <p>
      <input type="text" name="with_focus_event" value="" id="with_focus_event"/>
    </p>

    <p>
      <input type="checkbox" id="checkbox_with_event"/>
    </p>

    <p>
      <input type="submit" id="fire_ajax_request" value="Fire Ajax Request"/>
    </p>

    <p>
      <a id="reload-link" href="#">Reload!</a>
      <div id="reload-me"><em>waiting to be reloaded</em></div>
    </p>
  </body>
</html>

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
capybara_minitest_spec-1.0.0 spec/test_app/views/with_js.erb
nimboids-capybara-1.1.2 lib/capybara/spec/views/with_js.erb
sunrise-cms-0.3.3 vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
sunrise-cms-0.3.2 vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
sunrise-cms-0.3.1 vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
sunrise-cms-0.3.0 vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
sunrise-cms-0.3.0.rc vendor/bundle/ruby/1.9.1/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
capybara_minitest_spec-0.2.2 test_app/views/with_js.erb
frameworks-capybara-0.2.0.rc6 vendor/bundle/ruby/1.8/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
frameworks-capybara-0.2.0.rc5 vendor/bundle/ruby/1.8/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
frameworks-capybara-0.2.0.rc4 vendor/bundle/ruby/1.8/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
frameworks-capybara-0.2.0.rc3 vendor/bundle/ruby/1.8/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
frameworks-capybara-0.2.0.rc2 vendor/bundle/ruby/1.8/gems/capybara-1.1.2/lib/capybara/spec/views/with_js.erb
capybara_minitest_spec-0.2.1.1 test_app/views/with_js.erb
capybara-1.1.2 lib/capybara/spec/views/with_js.erb
capybara_minitest_spec-0.2.1 test_app/views/with_js.erb
capybara_minitest_spec-0.2.0 test_app/views/with_js.erb
capybara_minitest_spec-0.1.3 test_app/views/with_js.erb
capybara_minitest_spec-0.1.2 test_app/views/with_js.erb
capybara_minitest_spec-0.1.1 test_app/views/with_js.erb