Develop and Download Open Source Software

Browse Subversion Repository

Diff of /js/common.js

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31 by berupon, Fri Jan 15 02:21:32 2010 UTC revision 33 by berupon, Sun Jan 17 13:57:47 2010 UTC
# Line 678  function createNodeWithScript(html) { Line 678  function createNodeWithScript(html) {
678          return div;          return div;
679  }  }
680    
681    function getElementsByCSSSelector(root, expr) {
682            return (new Selector(expr)).findElements(root);
683    }
684    
685    
686    

Legend:
Removed from v.31  
changed lines
  Added in v.33

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26