What would be the most efficient way to display a single element from another page upon hovering on the current page?
To clarify: Say I have an Element A on a page A. Element B is on page B. They are on the same domain, but on different pages.
If I hover over Element A for, let's say, 3 seconds, a little box shows up and the information from Element B is in said box.
I already have code for a hover state to display a white box next to the hover'd Element A but am having trouble figuring out how I would go about displaying ONLY element B in this box.
An iframe with a single element would be exactly what I want in terms of execution but I'm not sure that it's possible to do such a thing.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…