图片的预览、全选、删除(jquery)

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="index.aspx.cs" Inherits="index" %>

<!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 runat="server">
    <title></title>
    <style type="text/css">
        .style1
        {
            width: 40%;
            
            text-align:center;
            
        }
        img{ width:100px; height:90px;}
         #imgshow{ position:absolute; border:solid 1px #eee; width:250px; height:350px; display:none;}
    </style>
    <script src="Jquery1.7.js" type="text/javascript"></script>
    <script type="text/javascript">
        $(function () {
            $('#chk_all').click(function () {
                $('table :checkbox').attr('checked', this.checked);
            })
            $('#del').click(function () {
                var ck = $('#form1 :checkbox:not(#chk_all)');
                ck.each(function (index) {
                    if (this.checked) {
                        $(' table tr[id=' + this.value + ']').remove();
                    }
                })
            })

            $('img').mousemove(function (e) {
                $('#imgshow').attr('src', this.src).css({ top: (e.pageY + 5), left: (e.pageX + 5) }).show();
            })

            $('img').mouseout(function () {
                $('#imgshow').hide();
            })

        })
    </script>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
        <table class="style1" border="1" ; >
            <tr >
                <td>
                    操作</td>
                <td>
                    编号</td>
                <td>
                    封面</td>
                <td>
                    作者</td>
                <td>
                    数量</td>
                <td>
                    单价</td>
            </tr>
            <tr id="0">
                <td>
                    <input  type="checkbox"  value="0"/></td>
                <td>
                    0001</td>
                <td>
                    <img src="images/1.jpg" /></td>
                <td>
                    刘昕</td>
                <td>
                    45</td>
                <td>
                    32</td>
            </tr>
            <tr id="1">
                <td>
                    <input  type="checkbox"  value="1"/></td>
                <td>
                    0002</td>
                <td>
                    <img src="images/2.jpg" /> </td>
                <td>
                    妙妙</td>
                <td>
                    50</td>
                <td>
                    40</td>
            </tr>
            <tr id="2">
                <td>
                    <input  type="checkbox"  value="2"/></td>
                <td>
                    0003</td>
                <td>
                    <img src="images/3.jpg" /></td>
                <td>
                    王欣</td>
                <td>
                    65</td>
                <td>
                    26</td>
            </tr>
        </table>
    <table>
   <tr><td>全选<input type="checkbox" id="chk_all" /></td><td><input type="button" value="删除"  id="del"/></td></tr>
   </table>
   <img class="imgclass" id="imgshow" />
    </div>
    </form>
</body>
</html>

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值