注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
<!DOCTYPE html> <html> <head> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script... <!DOCTYPE html> <html> <head> <script src="https://code.jquery.com/jquery-1.11.1.min.js"></script> <meta charset="utf-8"> <title>CheckBox</title> </head> <style> .box { width: 100px; height: 100px; border:1px black solid; } </style> <script> $(function(){ $(".box").click(function(e){ if(e.target==this){ var $i = $(this).find("input"); $i.prop("checked", !$i.prop("checked")); $i.trigger("change");
2014/11/02 リンク