Day "sizzle"

  • JavaScript

Light – Make your own mini-jQuery

Light is puur ter demonstratie. See jLim for a complete framework.

This is an extremely small and simple JavaScript code. It can be used for small sites where not all the functionality of the larger libraries needed. Or use it to learn how to design their own framework.
Read more…

  • JavaScript

JavaScript CSS Selector Engines

A CSS selector engine allows you easy one or more DOM elements can retrieve. In a stylesheet to use # such content to the element with the id “content” to style. In JavaScript you can retrieve the element with:

document.getElementById('content')

Read more…

  • RSS
  • LinkedIn
  • Twitter