Javascript popupHelpHandler - jcobban/Genealogy GitHub Wiki
function popupHelpHandler(event)
Source: /jscripts/util.js
This method is called if the mouse is clicked on an element. It calls function popupHelp(). This is used because mobile devices do not support the mouseover and mouseout events.
Input:
name | contents |
---|---|
this | an HTML element |
event | a Mouse Click Event |