My favorites | Sign in
Logo
             
Code license: MIT License
Labels: JavaScript, DOM, CSS, AJAX
People details
Project owners:
  Dmitry.Korobkin
Project committers:
sunny.dreamwind, DenVdmj, Gerasimov.Nikolai

  • version: 2.8.1
  • date: 2009.06.13

Advantages

In future we will add

Recommend using with css-framework and YASS — the fastest CSS selectors JavaScript implementation.

How to use

  1. Add js-core to document
  2. <script type="text/javascript" src="js-core.js"></script>
  3. Place your script after
  4. Work with DOM-elements after the event DOMContentLoaded
  5. $.ready(function() {
    
      // for example: append heading level 1
      // with green text 'Hello World!'
    
      $(document.body)
          .append("h1")
              .text("Hello World!")
                  .css("color", "green");
    
    });

For more information, see examples and documentation.

Improve your stylesheets with Ext CSS!









Hosted by Google Code