javascript - how to get clicked a href link on mouseover? -


how clicked href link on mouseover?

i want clicked link on mouseover

what have make link clicked on mouseover

this code:

<a href="www.example.com">link</a>

try :

<a onmouseover="this.click();" href="...">link</a> 

Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -