浏览代码

this element by class name binding

Ivan Asmer 8 年之前
父节点
当前提交
dbd92e68a2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      static/nb.js

+ 3 - 0
static/nb.js

@@ -127,6 +127,9 @@ function nbInit(a,b){
                             for (var i=0;i<classSubnodes.length;i++){
                                 arguments.callee(classSubnodes[i], $s, selector, value[key]); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
                             }
+                            if (item.classList.contains(key)){
+                                arguments.callee(item, $s, selector, value[key]); // recursively fill subnode with that data. No reason to pass a key, because key are class selector, not value for option
+                            }
                         }
                         return;
                     }