This is my jquery code
function hideShowh2(id, target) { $(`#${id}`).on(\'click\',function(){ $(`#${target}`).slideToggle(); }) console.log(\'