[Solved] How to get var value to use in this id?


I think the line you want is:

$('#'+love_id).append('<a class="unlike" style=" cursor: pointer; " id="' + id2 +'">yessssssss</a>');

2

solved How to get var value to use in this id?