How to continue to click enter button in javascript



How to continue to click enter button in javascript


<a href="#" id="clicking" onclick="window.location='home.html'"> Continue </a>

 <script>$(function(){       $('body').keyup(function(e){           if (e.keyCode == 13){             $("#clicking").click();          }     })});</script>  

Post A Comment
  • Blogger Comment using Blogger
  • Facebook Comment using Facebook
  • Disqus Comment using Disqus

No comments :

Thanks For visiting Infotech Solutuion Blog