App下載
首頁javascriptclickjQuery Event - 如何移位點(diǎn)擊抓取焦點(diǎn)和設(shè)置值...

jQuery Event - 如何移位點(diǎn)擊抓取焦點(diǎn)和設(shè)置值...

我們想知道如何移位點(diǎn)擊抓取焦點(diǎn)和設(shè)置值。...

<!DOCTYPE html>
<html>
<head>
<script type='text/javascript'
  src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js'></script>
<script type='text/javascript'>//<![CDATA[ 
$(window).load(function(){
    $('a').get(0).click();
});//]]>  
</script>
</head>
<body>
  <a > Download this pic </a>
</body>
</html>