jQuery滚动插件 jScroller

码农软件 · 软件分类 · jQuery页面滚动插件 · 2019-12-28 07:12:26

软件介绍

jScroller是一个可以让某块区域中的hmtl内容自动上下/左右滚动的jQuery插件。没有使用marquee标签,完全符合w3c标签。所以 可以支持多种浏览器。

示例代码:

<script type="text/javascript" src="jquery-1.x.js"></script>
<script type="text/javascript" src="jscroller-0.4.js"></script>

<script type="text/javascript">
$(document).ready(function(){
// Example add
$jScroller.add("#box1_container","#box1","down",1,1);

// Start Scroller
$jScroller.start();
}
</script>

<div id="box1_container">
<div id="box1">
[Content]
</div>
</div>

本文地址:https://codercto.com/soft/d/22113.html

Dive Into Python

Dive Into Python

Mark Pilgrim / Apress / 2004-11-5 / GBP 31.49

Python is a new and innovative scripting language. It is set to replace Perl as the programming language of choice for shell scripters, and for serious application developers who want a feature-rich, ......一起来看看 《Dive Into Python》 这本书的介绍吧!

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

XML、JSON 在线转换
XML、JSON 在线转换

在线XML、JSON转换工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试