<script type="text/javascript">
//<![CDATA[
    $(document).ready(function()
    {
        initTblGrid();
        setInterval(function() { document.location.reload(); }, 60 * 1000);
    });
    $(window).resize(function()
    {
        initTblGrid();
    });
    function initTblGrid()
    {
        $("div.divGridWrap").each(function(i)
        {
            if ($(this).attr("scrollHeight") >= $(this).attr("offsetHeight"))
            {
                $(this).find("#tblGrid").eq(0).width(function() { return $(this).parent().width() - 17; });
            }
            else
            {
                $(this).find("#tblGrid").eq(0).width(function() { return $(this).parent().width(); });
            }
        });    
    }
//]]>
</script>
        [jQuery] 탐색하면서 특정 요소 width 줄이기
        |
        
    
    
    
            2011.07.13 22:10:18
            |
            2021.05.22 12:38:36
            |
            610
            |
            Aiden
        
    Total of Attached file
        
        0.00 Bytes of 0 files
    
                2017.01.11
            
        
                2015.09.24
            
        
                2013.12.20
            
        
                2011.08.11
            
        
                2011.07.20
            
        
                2011.07.13
            
        
                2011.04.20
            
        
                2011.02.25
            
        
                2009.12.07
            
        
                2008.03.27
            
        
                2007.09.26
            
        