Sha256: 09365d7365b8c0b8daf9640bc2546bc52b1c0a1d880941117278a0833a51274f

Contents?: true

Size: 587 Bytes

Versions: 17

Compression:

Stored size: 587 Bytes

Contents

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
    <title>with_jquery_animation</title>
    <style>
      body {
        height: 2000px;
      }
    </style>
  </head>

  <body id="with_animation">
    <a href="#" id='scroll'>scroll top 500</a>

    <script src="/jquery.js" type="text/javascript" charset="utf-8"></script>
    <script type='text/javascript'>
      $('#scroll').click(function(e){
        e.preventDefault();
        $('html, body').animate({ scrollTop: 500 }, 'slow');
      });
    </script>
  </body>
</html>

Version data entries

17 entries across 17 versions & 5 rubygems

Version Path
trusty-cms-7.0.9.1 vendor/bundle/ruby/3.3.0/gems/capybara-3.40.0/lib/capybara/spec/views/with_jquery_animation.erb
blacklight-spotlight-3.6.0.beta8 vendor/bundle/ruby/3.2.0/gems/capybara-3.40.0/lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.40.0 lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.39.2 lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.39.1 lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.39.0 lib/capybara/spec/views/with_jquery_animation.erb
tdiary-5.2.4 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.38.0 lib/capybara/spec/views/with_jquery_animation.erb
tdiary-5.2.3 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/views/with_jquery_animation.erb
tdiary-5.2.2 vendor/bundle/ruby/3.1.0/gems/capybara-3.37.1/lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.37.1 lib/capybara/spec/views/with_jquery_animation.erb
capybara-3.37.0 lib/capybara/spec/views/with_jquery_animation.erb
tdiary-5.2.1 vendor/bundle/ruby/3.1.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jquery_animation.erb
tdiary-5.2.0 vendor/bundle/ruby/3.0.0/gems/capybara-3.36.0/lib/capybara/spec/views/with_jquery_animation.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_jquery_animation.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_jquery_animation.erb
capybara-3.36.0 lib/capybara/spec/views/with_jquery_animation.erb