June 25, 2011 at 2:05 pm | Javascript, jQuery |
No comment
Here’s simple jQuery plugin that will make sure that related and adjacent columns are of the same height.
How to Use:
1. Include the required files
<script src="http://code.jquery.com/jquery-1.6.1.min.js"></script>
<script src="equalbox.js"></script>
2. Initialize
$("#box1,#box3,#box2").equalbox();
Demo:
http://myhedspace.com/demo/equalbox/
Download:
Via Google Code
Via jQuery Plugins
March 21, 2011 at 10:21 am | Javascript, XHTML / CSS |
No comment
It’s here.
May 9, 2007 at 3:08 am | Javascript |
No comment
MooTools version 1.1 is now available for download.
New Features
- Custom Events: A brand-new API to define custom events. The events ‘mouseenter’, and ‘mouseleave’, and ‘domready’ have been added as custom events.
- Enhanced Element(): New methods, and enhancements such as an improved way to add HTML.
- Element Filters: $(‘myElement’).getChildren().filterByClass(‘myClass’);
- Perfecting Ajax: Ajax::cancel allows running requests to be aborted, Ajax::evalScripts has been enhanced to include global eval and automated evaluation of responses with a JavaScript Content-Type.
- Hash.Cookie is an extended Hash Class that can automatically and manually save and load Hash values using JSON in a Cookie.
- Generics have been added for native prototypes, Element, and Elements.
- Advanced Garbage Collection: $(‘content’).empty().setHTML(newText);
May 3, 2007 at 3:17 pm | Javascript, XHTML / CSS |
No comment
Freja is a specialized Javascript Framework for creating template-based, single-screen web applications.Freja is:
- Browser-centric and server-agnostic.
- Aimed toward delivering zero-latency user interface.
- Based on recognized standards and accepted best practices:
- Open-Source and licensed under the CC-GNU LGPL.