DIV CSS 佈局教程網
設為首頁
加入收藏
首頁
HTML基礎知識
CSS入門知識
JavaScript入門知識
DIV+CSS佈局
WEB網站前端
網頁腳本
網頁SEO優化
網頁制作工具
DIV+CSS佈局教程網
>>
網頁腳本
>>
JavaScript入門知識
>>
jQuery入門知識
>>
JQuery特效代碼
>> jquery 導航條的效果(css選擇器控制)
jquery 導航條的效果(css選擇器控制)
編輯:JQuery特效代碼  
<div class="all"> <div class="m1" jquery1274844839136="1">標題1</div> <div class="m2" jquery1274844839136="2">標題2</div> <div class="m3" jquery1274844839136="3">標題3</div> <div class="m4" jquery1274844839136="4">標題4</div> <div class="m5" jquery1274844839136="5">標題5</div> <div class="m6" jquery1274844839136="6">標題6</div> </div> <div>進入之後才能看到效果!</div> <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script><script type="text/javascript"> $(document).ready(function () { myHide(); }); function myHide() { //alert("hello"); //注冊事件 $(".m1").bind('mouseover', m1_mouseover); $(".m1").bind('mouseout', m1_mouseout); $(".m2").bind('mouseover', m2_mouseover); $(".m2").bind('mouseout', m2_mouseout); $(".m3").bind('mouseover', m3_mouseover); $(".m3").bind('mouseout', m3_mouseout); $(".m4").bind('mouseover', m4_mouseover); $(".m4").bind('mouseout', m4_mouseout); $(".m5").bind('mouseover', m5_mouseover); $(".m5").bind('mouseout', m5_mouseout); $(".m6").bind('mouseover', m6_mouseover); $(".m6").bind('mouseout', m6_mouseout); }; function m1_mouseover() { $(".m1").animate({ width: "100px", height: "30px",fontSize:"22px" }, "fast"); } function m1_mouseout() { $(".m1").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } function m2_mouseover() { $(".m2").animate({ width: "100px", height: "30px", fontSize: "22px" }, "fast"); } function m2_mouseout() { $(".m2").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } function m3_mouseover() { $(".m3").animate({ width: "100px", height: "30px", fontSize: "22px" }, "fast"); } function m3_mouseout() { $(".m3").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } function m4_mouseover() { $(".m4").animate({ width: "100px", height: "30px", fontSize: "22px" }, "fast"); } function m4_mouseout() { $(".m4").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } function m5_mouseover() { $(".m5").animate({ width: "100px", height: "30px", fontSize: "22px" }, "fast"); } function m5_mouseout() { $(".m5").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } function m6_mouseover() { $(".m6").animate({ width: "100px", height: "30px", fontSize: "22px" }, "fast"); } function m6_mouseout() { $(".m6").animate({ width: "70px", height: "20px", fontSize: "14px" }, "fast"); } </script> <style type="text/css"> .m1,.m2,.m3,.m4,.m5,.m6 { width:70px; height:20px; background-color:#cccccc; border: thin solid #9999ff; font-size:14px; } .all { width:80px; height:160px; text-align:center; } </style>
[Ctrl+A 全選 注:如需引入外部Js需刷新才能執行]
上一頁:
jQuery select操作控制方法小結
下一頁:
jquery 彈出公告功能代碼
JQuery特效代碼
jquery 利用show和hidden實現級聯菜單示例代碼
. 代碼如下: <%@ page language=java contentType=text
jQuery實現下拉框左右選擇的簡單實例
就是實現這個效果的,選中添加到右邊,全部添加到右邊,選中刪除到左邊,全部刪除到左邊。html部分:.
基於jquery的simpleValidate簡易驗證插件
如果你不需要做onfocus和onblur的即時驗證,如果你不想對每個表格都通過JS定義驗證規則,如
相關文章
用vue實現簡單實時匯率計算功能
jquery中attr和prop的區別
jquery操作復選框(checkbox)的12個小技巧總結
jquery 單引號和雙引號的區別及使用注意
jQuery DOM 操作(基本操作、內部插入、外部插入、包裹操作)
使用js和jquery獲取url及url參數的方法
jqueryUI部件庫的優缺點
jQuery+CSS3實現可拖拽的3D立體圖片展示環
HTML5+jQuery實現全屏煙花特效
jquery ui打開url網址的對話框
jQuery基礎知識
JQuery入門技巧
JQuery特效代碼
JQuery常見問題
小編推薦
基於JQuery實現的類似購物商城的購物車
jQuery scroll事件實現監控滾動條分頁示例
jQuery對象的selector屬性用法實例教程
jquery實現奇偶行賦值不同css值
jQuery.event兼容各浏覽器的event詳細解析
jquery 圖片 上一張 下一張 鏈接效果(續篇)
jquery中eq和get的區別與使用方法
jquery可見性過濾選擇器使用示例
jQuery隨機切換圖片的小例子
jquery使用append(content)方法注意事項分享
熱門推薦
jquery 圖片Silhouette Fadeins漸顯效果
基於jquery自己寫tab滑動門(通用版)
jquery獲取特定name所有選中的checkbox,支持IE9標准模式
jquery 查找iframe父級頁面元素的實現代碼
jQuery全面簡單介紹
jquery load事件(callback/data)使用方法及注意事項
uploadify 3.0 詳細使用說明
JQuery中$.each 和$(selector).each()的區別詳解
淺析jquery的作用與優勢
大家都在看
(jQuery,mootools,dojo)使用適合自己的編程別名命名
JQuery 學習筆記 選擇器之三
javascript實現信息的顯示和隱藏
js監聽滾動條滾動事件使得某個標簽內容始終位於同一位置
javascript實現標簽切換代碼示例
網頁設計制作作品欣賞:清新小巧的網頁設計制作實例
xmlhttp組件獲取遠程文件並篩選出目標數據
純js實現瀑布流展現照片(自動適應窗口大小)
XML學習教程
|
jQuery入門知識
|
AJAX入門
|
Dreamweaver教程
|
Fireworks入門知識
|
SEO技巧
|
SEO優化集錦
|
Copyright ©
DIV+CSS佈局教程網
All Rights Reserved