# HG changeset patch # User ht # Date 1553364560 0 # Node ID 4be71cc75f645d0413ca7d5087d32b0e4bd54be0 # Parent 45b039236dc0bfb98d74a48673efb545c4b68dd1 on click now diff -r 45b039236dc0 -r 4be71cc75f64 findWord.js --- a/findWord.js Sat Mar 23 17:47:41 2019 +0000 +++ b/findWord.js Sat Mar 23 18:09:20 2019 +0000 @@ -1,7 +1,7 @@ // Thanks to https://stackoverflow.com/a/30586239 for word-finder $(function() { // Get the HTML in #hoverText - just a wrapper for convenience - var $hoverText = $("#hoverText"); + //var $hoverText = $("#hoverText"); // Get the full word the cursor is over regardless of span breaks function getFullWord(event) { @@ -114,7 +114,7 @@ } // Return the word the cursor is over - $hoverText.mousemove(function(e) { + $("p").click(function(e) { var word = getFullWord(e); if (word !== "") { var res=$("#result"); @@ -124,13 +124,20 @@ //var relX = pageX - parentOffset.left; //var relY = pageY - parentOffset.top; res.css("visibility","visible"); - res.css("left",(pageX+10) + "px").css("top",(pageY+-50) + "px"); + res.css("left",(pageX-10) + "px").css("top",(pageY-15) + "px"); res.text(word); } }); - $hoverText.mouseout(function(e) { + $("#result").mousemove(function(e) { $("#result").css("visibility","hidden"); }); + $("#result").click(function(e) { + alert(e.target.innerHTML + " clicked"); + $("#result").css("visibility","hidden"); + }); +// $("p").mousemove(function(e) { +// $("#result").css("visibility","hidden"); +// }); }); // Helper functions diff -r 45b039236dc0 -r 4be71cc75f64 hoverDemo.html --- a/hoverDemo.html Sat Mar 23 17:47:41 2019 +0000 +++ b/hoverDemo.html Sat Mar 23 18:09:20 2019 +0000 @@ -8,16 +8,15 @@ .slavic { color: blue;} #result {top:10px;left:10px;} .floater { position: fixed; background-color:white; border:2px solid - black; padding:4px;} + black; padding:4px; visibility: hidden} .word { color:blue;} -
-

Hover demo

-
+

Click demo

+

По f7-мъ часЁ твори1тъ сщ7eнникъ начaло съ кади1ломъ и3 со свэщeю, цrкимъ двeремъ tвeрзєннымъ, и3 поeтъ: @@ -55,7 +54,7 @@

Henry S. Thompson
-Last modified: Sat Mar 23 17:14:05 GMTST 2019 +Last modified: Sat Mar 23 17:48:39 GMTST 2019