Double click Event calling
February 28, 2013 12:00 AM
How to call double click event for a button though javascript in lectora.
please help mi
Discussion (2)
document.getElementById('#image456').addEventListener('dblclick', function(){
// put whatever you want to happen here... trivNextPage() or something...
});
replace #image456 with whatever Lectora element you want to react to double click
Discussions have been disabled for this post