$(document).ready(function() {
  $('.jqt').toggle();
  $('.jqc').click(function() {
    $(this).next('.jqt').toggle(150);
  })	


});
