<button class="btn btn-square uppercase bold blue pull-right" type="submit"
id="button-1"><i class="icon-eye"></i> Ticket Details</button>
<div class="row d-none" id="content-1"></div>
I have to repeat the above code with increamenting the id how should i do that by using the below code
$("#button-1").click(function(){
$("#content-1").toggle("slide");
});