I have developed a pos system i have a product product1 barcode = 12345
and product2 barcode = 67890
i want that when a user scan 12345
it should be clicked
<div id="cat-filter-plus-{{ '12345' }}" data-barcode="{{ '12345' }}" class="clciked">
<a href=""><img></a>
</div>
<div id="cat-filter-plus-{{ '67890' }}" data-barcode="{{ '67890' }}" class="clciked">
<a href=""><img></a>
</div>
any idea or someone share his example which he is applied in his pos will be thank full