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.8.0.min.js">
</script>
</head>
<body>
<div class="taskBox">
<div class="taskBoxLinks">
<h3 style="width:10%;">
</h3>
<h4>
xxxxxxxxxx
body,td,th {
font-family: Verdana, Geneva, sans-serif;
font-size: 12px;
}
h1{
font-size:16px;
color:#999;
font-weight:normal;
text-align:center;
line-height:90px;
border-top:1px dashed #ddd;
margin-top:50px;
*{
margin:0;
$(document).ready( function() {
$('.taskBox').delegate('.taskBoxLinks','mousemove',function(e){
var $mouse = e.pageX - $(this).offset().left;
var $span = Math.round($mouse/22.5)*10;
$(this).find('h4').stop().animate({
width:$span+'%'}
,50);
$(this).next('span').text($span+'%');
).delegate('.taskBoxLinks','mouseleave',function(){
width:'10%'}
var $mousex = $(this).find('h3').width();
var $spanx = Math.round($mousex/22.5)*10;