$(document).ready(function(){ $(".a").click(function(){ $(this).children(".b").css("display", "block"); }); });