웹프로그래밍

Global It Leader!!


jQuery


 
 

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

페이지 정보

작성자 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 댓글 0건 조회 3,912회 작성일 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>

댓글목록

등록된 댓글이 없습니다.

전체 142
게시물 검색
jQuery 목록
번호 제목 글쓴이 조회 날짜
122 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1879 08-04
121 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2161 06-25
120 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 1904 05-28
119 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3086 03-06
118 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2895 03-02
117 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2670 11-06
116 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3261 11-03
115 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2663 10-28
114 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2767 10-06
113 no_profile 운영자 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2619 09-11
112 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2823 01-20
111 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2741 08-18
110 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2752 01-30
109 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3051 09-23
108 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 2947 02-04
107 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3013 02-04
106 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3193 09-05
105 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3268 02-23
104 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3243 12-27
103 no_profile 오원장 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 3323 12-21