I have an answer with this I must insert the unique variable like transid just like this code below.
<a href="#" class="remarksBtn-<?php echo $row['transid']; ?>"><i class="fa fa-info-circle fa-lg"></i></a>
and I doing this logic in Window <div></div> inside the while loop, I also make a while loop in script code. But the jqxWindow Function will not execute. is there an error everytime I include the jqxWindow <div></div> inside the while loop to generate a multiple window?