I'm using Sandvox as an html editor. It features dynamic web linkage while editing. When editing a page, Reftagger scripture references function 100% when first entered. After the initial Sandvox page reload the Tooltips continue to function, but if I make changes to page text and again reload the page in Sandvox, the link remains active but the Tooltips cease to function on the page both in Sandvox and when the page is published.
Inspecting the element reveals the link has changed from this ...
<a class="lbsBibleRef" href="http://biblia.com/bible/esv/John%203.16" data-reference="John 3.16" data-version="esv" target="_blank">John 3:16</a>
... to this:
<a class="lbsBibleRef" target="_blank" href="http://biblia.com/bible/esv/John%203.16">John 3:16</a>
It appears Sandvox reload is causing the editor to drop the data-reference and data-version tags whenever it reloads after page text changes. You can see an example here: http://heartland.ws/links.html. Interestingly, NetBibleTagger does not exhibit the same behavior; tips remain functioning after text changes, however my preference is to use Reftagger if possible.
Sandvox Support was unable to find a solution. I'm wondering if anyone can suggest one ... or perhaps an addition to the Java script that would prevent the reference tags from getting dropped. Thoughts? Thanks for your help.