웹프로그래밍

Global It Leader!!


jQuery


 
 

jquery 테이블 마우스 오버시 테두리 생기게

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 4,052회 작성일 13-12-09 23:39

본문

<html xmlns="http://www.w3.org/1999/xhtml">

<head runat="server">

    <title>Border Color on Hover</title>

    <script src="Scripts/jquery-1.3.2.min.js" type="text/javascript"></script>

 

 <script type="text/javascript">

     $(document).ready(function() {

         $(".someClass").hover(

      function() {

         $(this).css({ "border": "Solid Brown 1px" });

      },

      function() {

          $(this).css({ "border": "" });

      });

     });

 </script>   

</head>

<body>

    <form id="form1" runat="server">                 

        <table id="tblOuter" class="someClass" style="width:50%">

        <tr>  

            <td>Row 0, Column 0</td>

            <td>Row 0, Column 1</td>

            <td>Row 0, Column 2</td>

        </tr>

        <tr>  

            <td>Row 1, Column 0</td>

            <td>Row 1, Column 1</td>

            <td>Row 1, Column 2</td>

        </tr>

        <tr>  

            <td>Row 2, Column 0</td>

            <td>Row 2, Column 1</td>

            <td>Row 2, Column 2</td>

        </tr>

       </table>

    </form>

</body>

</html>

댓글목록

등록된 댓글이 없습니다.

전체 149
게시물 검색
jQuery 목록
번호 제목 글쓴이 조회 날짜
89 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3491 05-01
88 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3392 04-23
87 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3528 04-17
86 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3485 02-03
85 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3489 01-12
84 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3479 04-04
83 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3908 01-30
82 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3962 01-30
81 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3966 12-23
80 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3533 12-19
79 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3755 12-18
열람중 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4053 12-09
77 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3777 11-18
76 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3705 09-29
75 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4063 09-19
74 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3713 09-19
73 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 4103 09-06
72 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3825 05-20
71 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3770 04-11
70 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3876 03-20