| Advantages
In future we will add
|
Recommend using with css-framework and YASS — the fastest CSS selectors JavaScript implementation.
How to use
- Add js-core to document
- Place your script after
- Work with DOM-elements after the event DOMContentLoaded
<script type="text/javascript" src="js-core.js"></script>
$.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!