[jQuery] Nesting question
[jQuery] Nesting question
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!
Topic Participants
animoduro
zijn.digital