Skip to main content

Bug Tracker

Side navigation

Ticket #3994: test.html


File test.html, 0.4 KB (added by ZDreamer, January 26, 2009 02:53PM UTC)
<html>
    <head>
        <script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.1.js" charset="utf-8"></script>
        <script type="text/javascript">
            $(document).ready(function(){
                alert($('#id1 > div').length);
            });
        </script>
    </head>
    <body>
        <div id="id1">
            <div></div>
        </div>
    </body>
</html>

Download in other formats:

Original Format