touchstart event to replace href

0

I have the following code:

    <div id="contiene_sensor"><a href="ver.php" onclick="window.parent.sel(2);" style="text-decoration:none;"><img id="luxecita" style="width:90px; height:90px;" src="img/image.png"/><span id="valor1"></span></a></div>

Currently I have a small development on a tablet, by clicking I call the page ver.php, the problem is that it takes time to load the page and also shows the contour of the div with id "luxecita", which is a button and It contains an image, it does not look good. I wanted to try, if someone helps me change the event by ontouch, I never use it, I do not know how to incorporate it.

    
asked by look68 13.09.2018 в 23:05
source

0 answers