This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Keep a reference available throughout the code | |
var touch = null; | |
// Called when the document has loaded | |
// You may choose some other place to do this | |
// Needs to occur only once | |
function doLoad() | |
{ | |
var element = null; |
NewerOlder