首頁 > web前端 > js教程 > 簡單介紹關於前端的onmouseover事件(實例)

簡單介紹關於前端的onmouseover事件(實例)

PHPz
發布: 2018-09-30 14:59:54
原創
3196 人瀏覽過

修改別人的模板遇到一個問題,分類圖的切換預設是五個,我想增加四個,一直沒有增加成功。它使用的onmouseover 事件。

onmouseover怎麼用?

去查了一下:

定義和用法

onmouseover 事件會在滑鼠指標移動到指定的物件上時發生。

語法

1

onmouseover="SomeJavaScriptCode"

登入後複製
參數 #描述
SomeJavaScriptCode

Visit W3School!

##必需。規定該事件發生時執行的 JavaScript。

支援該事件的HTML 標籤:

1

2

3

4

5

6

<a>, <address>, <area>, <b>, <bdo>, <big>, <blockquote>, <body>, <button>, 

<caption>, <cite>, <code>, <dd>, <dfn>, <p>, <dl>, <dt>, <em>, <fieldset>, 

<form>, <h1> to <h6>, <hr>, <i>, <img>, <input>, <kbd>, <label>, <legend>, 

<li>, <map>, <ol>, <p>, <pre class="brush:php;toolbar:false">, <samp>, <select>, <small>, <span>, <strong>, 

<sub>, <sup>, <table>, <tbody>, <td>, <textarea>, <tfoot>, <th>, <thead>, 

<tr>, <tt>, <ul>, <var>

登入後複製
支援該事件的JavaScript 物件:

1

layer, link

登入後複製
onmouseover用法實例1### ###在下面的範例中,我們將在使用者把滑鼠指標移到影像上時顯示一個對話框:###

1

<img src="/i/eg_mouse2.jpg" alt="mouse"onmouseover="alert(&#39;您的鼠标在图片上!&#39;)" />

登入後複製
###輸出:(請把滑鼠移動圖片上):###### ############滑鼠放上去會切換另外一個圖。 ######附上程式碼:###

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16

17

18

19

<html>

<head>

<script type="text/javascript">

function mouseOver()

{

document.getElementById(&#39;b1&#39;).src ="/i/eg_mouse.jpg"

}

function mouseOut()

{

document.getElementById(&#39;b1&#39;).src ="/i/eg_mouse2.jpg"

}

</script>

</head>

<body>

<a href="http://www.w3school.com.cn" onmouseover="mouseOver()" onmouseout="mouseOut()">

<img alt="Visit W3School!" src="/i/eg_mouse2.jpg" id="b1" />

</a>

</body>

</html>

登入後複製
###我的業務程式碼:###

1

2

3

4

5

6

7

8

9

10

<p class="wscp_t">

    {dede:type typeid=11}<a href="[field:typelink/]" class="wscp_on" id="wscp_1" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;1&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);" >[field:typename/]</a> {/dede:type}

    {dede:type typeid=12}<a href="[field:typelink/]" class="wscp_off" id="wscp_2" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;2&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a> {/dede:type}

    {dede:type typeid=13}<a href="[field:typelink/]" class="wscp_off" id="wscp_3" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;3&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a> {/dede:type}

    {dede:type typeid=14}<a href="[field:typelink/]" class="wscp_off" id="wscp_4" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;4&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a> {/dede:type}

    {dede:type typeid=15}<a href="[field:typelink/]" class="wscp_off" id="wscp_5" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;5&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a>{/dede:type}

{dede:type typeid=16}<a href="[field:typelink/]" class="wscp_off" id="wscp_6" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;6&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a>{/dede:type}

{dede:type typeid=19}<a href="[field:typelink/]" class="wscp_off" id="wscp_7" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;7&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a>{/dede:type}

    {dede:type typeid=20}<a href="[field:typelink/]" class="wscp_off" id="wscp_8" onmouseover="tabname1(&#39;wscp_&#39;,&#39;wscp_a&#39;,&#39;8&#39;,&#39;9&#39;,&#39;wscp_on&#39;,&#39;wscp_off&#39;);">[field:typename/]</a>{/dede:type}

</p>

登入後複製
###程式碼結束。其中:,'wscp_a','1','9'  代表的意思是1,第一個,9,總共九個######下面就是呼叫的html:###

1

2

3

4

5

6

7

8

9

<p class="wscp_c" id="wscp_a1" style="display:block;">

   <ul>

     {dede:arclist row=4 typeid=11}

     <li> <a href="[field:arcurl/]" title="[field:title/]"><img src="[field:litpic/]"  alt="[field:title/]" title="[field:title/]" width="262" height="325"/></a>

       <p><a href="[field:arcurl/]" title="[field:title/]">[field:title/]</a></p>

     </li>

     {/dede:arclist}

   </ul>

 </p>

登入後複製

以上是簡單介紹關於前端的onmouseover事件(實例)的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板