$(document).ready(function () {
    $('.jsLink').click(function ()
    {
      $(this).next().toggle();
    });
});
