为什么包含这个会影响我的玉器布局中的嵌套div?

时间:2015-03-17 10:58:43

标签: javascript node.js pug

我正在使用jade为node.js创建一个html页面。它可以正常工作,但如果我取消注释第五行 - 使用javascript源位置 - 球体div不再嵌套在内容包装器中,而是与它处于同一级别。

这是为什么?这真让我困惑。是的,你是对的 - 我真的不知道我在做什么!

extends layout
block content
    div(id="contentwrapper", resize="true", keepalive="true" )      
        div(id="sphere")
            //script(src='/javascripts/draw.js')
        div(id="demo")
            |jQuery is not present. You must install jQuery in this folder for   the demo to work.
        form(action="")
            div(class="form-item",id="color",name="color",value="#123456")
            label(for="color")
            div(id="picker")

0 个答案:

没有答案