现在位置 >首页 > jQuery教程
+7°
发表于435 天前 Web前端 ⁄ 作者:知更鸟 ⁄ 共 922字 ⁄ 被围观 4,046+
jQuery实现页面淡入淡出
貌似现在Web设计都喜欢给页面加入淡入淡出效果,包括导航菜单、TAB菜单、图片幻灯等。如果整个页面也有一个淡入淡出的特效,可以让浏览者有一个暂短的视频休息间隙,是不是也很不错,将下面代码添加到</head>标签前,记得不要忘了加载jQuery库, 简单的淡入效果: <script type="text/javascript"> //页面淡入淡出 $(document).ready(function() { $('body').hide().fadeIn(1000); }); </script> 淡入淡出代码: <script type="text/javascript"> //页面淡入淡出 $(doc...
阅读全文

Wopus问答

+5°
发表于435 天前 Web前端 ⁄ 转载:原文链接 ⁄ 共 1903字 ⁄ 被围观 3,078+
整理的一些jQuery的淡入淡出效果,这些jQuery插件将帮助您快速地将效果部署于您的网站或应用上。 1.Jquery 淡入淡出 代码地址:http://hv-designs.co.uk/2009/01/19/jquery-fade-infade-out/ 介绍:这里包括了文字、图片的淡入淡出效果,包括间个图片效果,多个图片效果。 演示:http://www.hv-designs.co.uk/tutorials/jquery/all.html 效果图: 2.jquery 幻灯效果 代码地址:http://jonraasch.com/blog/a-simple-jquery-slideshow 介绍:jquery实现的幻灯效果,说明很详细的,效果也不错,网站页面也很酷。 演...
阅读全文
+70°
发表于460 天前 Wordpress ⁄ 共 1184字 ⁄ 被围观 8,639+
为文章标题链接添加正在加载中提示

  点击文章标题链接会提示正在加载中...看上去很好玩是不是。具体效果可以点击我博客日志标题链接。下面就教大家把这个特效加到你的主题模板中。
  这个特效同样离不开jQuery。首先打开你所使用主题的header.php模板文件,在</head>标签前添加代码。
  其中"h2 a"是主题文章标题的标签选择器,可根据具体主题模板进行修改,如果改为:“a”,可实现全部链接都添加这一特效。后面的数字2011是这一特效的显示时间......

阅读全文
+4°
发表于692 天前 Web前端 ⁄ 转载:原文链接 ⁄ 共 2860字 ⁄ 被围观 4,047+
jQuery滑动显示制作教程
I'm writing this tutorial in an Airport, heading back to my home country for a short holiday. It was a long day and had a farewell lunch with my fellow colleague. He got a better job offer, resigned and moved on. Well, that's life, had a great time working with him accross different projects, no doubt about it, I learnt heaps of stuff from him. I'm pretty sure I'll miss his daily quotes, jokes and whinging. Alright, let's get into the tutorial This time, we are going ...
阅读全文
+0°
发表于692 天前 Web前端 ⁄ 转载:原文链接 ⁄ 共 5486字 ⁄ 被围观 2,632+
42个不容错过的实用jQuery的教程
jQuery是一个了不起的javascript的框架。这42个实用jQuery的教程,包括不同设计元素,垂直菜单,手风琴,切换内容,滑动,画廊等,绝对不容错!希望对你学习jQuery有所帮助。 jQuery Moving Tab and Sliding Content Tutorial | Demo Learn how to build a lava lamp tab and sliding content all together with just simple jQuery code. This script is good for sidebar that display recent posts, comments and community news. Learn How to Use Cookie with Javascript | Demo Cookie is very usef...
阅读全文
+6°
发表于874 天前 Web前端 ⁄ 共 592字 ⁄ 被围观 2,812+
10个超级jQuery教程
jQuery是一个简洁快速的JavaScript库,它能让你在你的网页上简单的操作文档、处理事件、运行动画效果或者添加Ajax交互。jQuery的设计会改变你写JavaScript代码的方式。 jQuery适合于设计师、开发者以及那些还好者,同样适合用于商业开发,可以说jQuery适合任何JavaScript应用的地方,可用于不用的应用程序。 1. Facebook like Autosuggestion 查看演示 2. Coda Popup Bubbles 查看演示 3. Creating a Dynamic Poll with jQuery and PHP 查看演示 4. Create an apple style menu and improve it via jQue...
阅读全文
×
腾讯微博