Hi,
I added a hidden box into a repeater. This box is hidden and after I mouse in on the image inside the container that box will show up.
Well, the problem is that button will show up in all containers not only that specific one.
First, I add an container box and image to the repeater and set the image’s properties to be hidden on load.
I add an onItemReady() event handler and inside I add an onMouseIn() and onMouseOut() events handler to each scope (each item).
As a result, after hovering on one of the boxes the onMouseI() event will be triggered and the event will occurs only on the specified item that your are pointing on.