Thứ Ba, 28 tháng 5, 2013

hỏi đáp & jquery - hỏi đáp chuẩn (babyabc)


<script type="text/javascript">
  $(document).ready(function(){

       $(".hoi").click(function(){
                if($(this).children(".dap").css("display")=="none"){
                    $(".dap").hide();
                    $(this).children(".dap").show();              
                }else{
                    $(this).children(".dap").hide();
                }         
            });          
                      
   });
</script>
***************************************************************************
http://www.mediafire.com/download/g9cfpfypgv77dxx/hoi_-_dap.rar

Không có nhận xét nào:

Đăng nhận xét