Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>JQuery-跑马灯(文字无缝向上翻动)(自已封装的第三个插件)
</title>
<script type="text/javascript" src="http://ku.shouce.ren/libs/jquery/1/jquery1.7.2.min.js">
</script>
</head>
<body>
<ul class="line">
<li style="margin-top: 0px; ">
<a title="getElementsByTagName的简写方式" href="http://mrthink.net/javascrip-simple-getelementsbytagname/">getElementsByTagName的简写方式
</a> 2016年06月24日 (4)
</li>
xxxxxxxxxx
* {
margin:0;
padding:0}
body {
font:14px Helvetica, sans-serif;
font-weight:bold;
background:#FFF}
ul.line{
width:500px;
height:30px;
background:#eee;
overflow:hidden;
margin-bottom:20px;
border:2px solid #a40000}
ul.line li{
text-indent:15px;
font-size:12px;
line-height:30px;
list-style:none}
// JavaScript Document
(function($){
$.fn.extend({
"slideUp":function(value){
var docthis = this;
//默认参数
value=$.extend({
"li_h":"30",
"time":2000,
"movetime":1000
}
,value)
//向上滑动动画
function autoani(){
$("li:first",docthis).animate({