Based on the ID of a clicked element I would like to show another ID:
var currentId = $(this).attr(’id’);
or var currentId = this.id;(?)

$("another-id-(how can I include here currentId?).show();

Thanks for your help!

Reply via email to