UNPKG

783 BPlain TextView Raw
1<% @title = "jquery-ujs test" %>
2
3<%= test 'data-confirm', 'data-remote', 'data-disable', 'data-disable-with', 'call-remote', 'call-remote-callbacks', 'data-method', 'override', 'csrf-refresh', 'csrf-token' %>
4
5<h1 id="qunit-header"><%= @title %></h1>
6<div id="jquery-cdn">
7 CDN:
8 <%= cdn_link 'jquery' %>
9 <%= cdn_link 'googleapis' %>
10</div>
11<div id="jquery-version">
12 jQuery version:
13
14 <% jquery_versions.each do |v| %>
15 <%= ' • ' if v != jquery_versions.first %>
16 <%= jquery_link v %>
17 <% end %>
18 <%= (' • ' + jquery_link('edge')) if File.exist?(settings.root + '/public/vendor/jquery.js') %>
19</div>
20<h2 id="qunit-banner"></h2>
21<div id="qunit-testrunner-toolbar"></div>
22<h2 id="qunit-userAgent"></h2>
23<ol id="qunit-tests"></ol>
24
25<div id="qunit-fixture"></div>
26
\No newline at end of file