I have a checkbox:
This content should app 相关标签:
$("#mycheckbox").click(function() { $(this).next("div").toggle() })