jQuery(document).ready(function($) { $('.cn_edit_note').hide(); $('.cn_edit_link').click(function() { $(this).hide(); $(this).prev('p').hide(); $(this).parent().next('.cn_edit_note').show(); $(this).next().next('.cn_edit_note').show(); $(this).next().next().next('.cn_edit_note').show(); }); });