Click - to - Quote script for Digital HTML version of Kossovich Russian-Sanskrit dictionary
-
Insert
<script type="text/javascript" src="./scripts/clicktoquote.js"></script>
to<head>
-
a)Insert handler to all paragraph elements of type
<p class="stk" />
Result:<p class="stk" onclick="copyShort()"> </p>
Handlerclicktoquote.js.copyShort
- to copy short bibliograpy recordb)Insert handler to all paragraph elements of type
<p class="sa" />
Result:<p class="sa" onclick="copyLong()"> </p>
Handlerclicktoquote.js.copyLong
- to copy full bibliography record -
Insert
<textarea id="copyBuffer" style="position: absolute; left: -999px" />
-clicktoquote.js.copyShort
andclicktoquote.js.copyLong
use it for constructing bibliography record and putting the result string into clipboard