オワタcheckbox(with jQuery) 予定されたタスク1 予定されたタスク2 予定されたタスク3 予定されたタスク4 予定されたタスク5 ソース --- owata3.js --- /* ----------------------------- 1. jqueryとこのjsを読む 2. 使いたいチェックボックスに class="owata" を指定する 3. チェックボックスのinput要素はlabelの中に置く ex: <label><input type="checkbox" class="owata">hoge</label> ----------------------------- */ $(function(){ $("input.owata").each(function(){ $(this).parent().append('<span class="owat