2016-02-04から1日間の記事一覧

テーブル、このタグの上とか、最初以外とか

結果はこんなカンジ $("table.map th, table.map td").click(function() { var index = $(this).index(); //一番左の列は禁止、 if(index>0){ //初期化 $(this).parents().find('tr').each(function() { $('td, th', this).removeClass('click'); }); //最初…