Double click Event calling

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

Thanks....

Discussions have been disabled for this post