:radio [type=radio]

Benchmark created on


Preparation HTML

<p><input type="text" name="c1" value="テキスト入力欄"></p>

<p><input type="password" name="c2" value="パスワード入力欄"></p>

<p><input type="radio" name="c3" value="ラジオボタン"></p>

<p><input type="checkbox" name="c4" value="チェックボックス"></p>

<p><input type="file" name="c5" value="ファイル選択"></p>

<p><input type="hidden" name="c6" value="隠しデータ"></p>

<p><input type="submit" value="送信ボタン"></p>

<p><input type="reset" value="リセットボタン"></p>

<p><input type="image" src="button.gif" alt="送信ボタン"></p>

<p><input type="button" value="汎用ボタン"></p>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
:radio
$("input:radio")
ready
[type=radio]
$("input[type=radio]")
ready
$(":radio")
$(":radio")
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.