jQuery 星级评测效果代码

<!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=gbk" />
<title>jquery 星级评测效果代码-download by http://www.111cn.net</title>
<script src="images/jquery-latest.js"></script>
<script type="text/网页特效">
$(function(){
 $("ul li").each(function(i){         
     $(this).click(function(){
         $("li").removeclass("back");             
         $("li:gt("+i+")").addclass("back"); 
          })
        })
           
     });

</script>
<style  type="text/css教程">
.front {
 background:url(images/star_03.jpg);
}
.back {
 background:url(images/star_hover.jpg);
}
ul {
 list-style:none;
 width:300px;
}
ul li {
 display:block;
 float:left;
 border:1px solid #ccc;
 width:31px;
 height:30px;
 background:url(images/star_03.jpg);
 margin:0px 5px 0px;
}
</style>
</head>
<body>
<ul>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
  <li></li>
</ul>
</body>
</html>

实例下载地址
http://down.111cn.net/down/code/jquery/2010/0830/20530.html 

时间: 2024-10-27 12:10:28

jQuery 星级评测效果代码的相关文章

jquery 左右滚动效果代码

<!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-

Jquery图片缩放效果代码

<!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-

三款Jquery图片放大镜效果代码

本文章是利用了jquery图片放大镜效果插件来实例图片放大,下面我们收藏了三款效果的实例,看看那款适合你哦. <!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&qu

jquery 日历选择器效果代码

  <!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="conten

兼容多浏览jquery文字滚动效果代码

很多js写的文字滚动效果不兼容,今天我们提供一款兼容多浏览器的浏览兼容的jquery文字滚动效果代码吧. <html> <head> <meta http-equiv="content-type" content="text/html;charset=gb2312"> <script src="/jslib/jquery/jquery.js"></script> <script t

二款实例Jquery tab选项卡效果代码

<!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-

jquery菜单切换效果代码

我们先来看效果代码 HTML 首先建立主菜单,我们借用电商网站常见的商品分类.其html结构代码如下,其中我们用到了html5的data-submenu-id属性设置,这在插件调用时非常有用.  代码如下 复制代码 <div class="active">      <ul class="dropdown-menu" role="menu">          <li data-submenu-id="su

jquery 星星 打分效果代码

星级投票效果 <!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="c

返回顶部效果jquery/js版效果代码

js返回顶部 html 代码:  代码如下 复制代码 <!DOCTYPE HTML> <html lang="en-US"> <head>     <meta charset="UTF-8">     <title>js-回到顶部</title>     <style type="text/css">     *{margin:0;padding:0;}