Sha256: 986020b9d60324632adcbef548cc4c9e0ee19820fa92519b74425973846ef289
Contents?: true
Size: 872 Bytes
Versions: 6
Compression:
Stored size: 872 Bytes
Contents
<html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"/> <title>Index</title> <script src="/jquery.min.js" type="text/javascript" charset="utf-8"></script> <script src="/test.js" type="text/javascript" charset="utf-8"></script> </head> <body> <a href="/" id="link_with_one_request">I will do 1 AJAX request</a><br/> <a href="/" id="link_with_one_request_and_delay">I will do 1 AJAX request in 200ms</a><br/> <a href="/" id="link_with_2_requests">I will do 2 AJAX requests</a><br/> <a href="/immediate-http-interactions/one-request" id="link_to_go_to_another_page">I will go to another page</a><br/> <div id="console"></div> <script> $(document).ready(function() { <% if click_on %> $('#<%= click_on %>').click(); <% end %> }); </script> </body> </html>
Version data entries
6 entries across 6 versions & 1 rubygems