Ljs is a new way to code. It added many functionalities to the javascript library but changed nothing. Unlike jQuery, Ljs gets element(s) easier: not just minimize the amount of characters needed, Ljs gives you a DOMElement type object, while jQuery gives you an Object type object (you can try it use "typeof l('element')" and "typeof $('#element')"). You can also access cookie, GET value, HASH value easily. With Ljs, you can redirect page, set color, and much more without many code.
With the Reference page, you can view all Ljs functions and get used easily. You don't need to memorize anything. Functions are named naturely based on their uses.
All codes are written originally without any plugin. The whole idea and goal of Ljs is to let programmers interact with DOM more smoothly.
As you know, the original javascript functions's names are too long and complicated. And now, we are making it all simple for you to have the same result with less code.
Compatible with all browsers.
Compatible with jQuery.
Up-to-date code - quick bug fixes and improvements