jQuery

Google Buzz Widget 将你的Google Buzz 整合在网页

Google Buzz Widget 是一个调用Google Buzz 的jQuery插件。

Google Buzz Widget 项目页: http://code.google.com/p/google-buzz-widget/

作者给出了2 个使用例子

例1源码: http://code.google.com/p/google-buzz-widget/source/browse/v1/demo1.htm

例1预览: http://google-buzz-widget.googlecode.com/svn/v1/demo1.htm

例2源码: http://code.google.com/p/google-buzz-widget/source/browse/v1/demo2.htm

例2预览: http://google-buzz-widget.googlecode.com/svn/v1/demo2.htm

使用方法:

将js文件加入head

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>

Agile Carousel: JQuery Carousel Plugin试用体会

项目页:http://code.google.com/p/agile-carousel/
JQuery版本:JQuery 1.2.x
部分效果需要jquery ui

使用例子:

加载脚本

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>

jQuery Marquee

跑马灯效果,项目:http://plugins.jquery.com/project/marquee
演示页:http://remysharp.com/demo/marquee.html

jQuery版本1.2.x

   <script src="jquery-1.2.6.js" type="text/javascript"></script>
    <script src="../downloads/jquery.marquee.js" type="text/javascript"></script>
 
    <script type="text/javascript">
    <!--
    $(function () {
        // basic version is: $('div.demo marquee').marquee() - but we're doing some sexy extras
       
        $('div.demo marquee').marquee('pointer').mouseover(function () {
            $(this).trigger('stop');

同步内容