$(document).ready(function(){ $(".msg_body").hide(); $(".msg_head").click(function(){ $(this).next(".msg_body").slideToggle(200); }); }); //jQuery.noConflict();