var AjaxForm = Class.create({
initialize: function(container) {
this.container = $(container);
...
JavaScript On Common unobtrusive javascri...
by theflowmustspice.blogspot.com,
November 18, 2009 21:06
var NiceSelect = Class.create({
initialize: function(selectElement, options) {
this.options = Object.extend({otherOptionValue: "---"}, options || {});
...
JavaScript On Playing with dom
by theflowmustspice.blogspot.com,
November 18, 2009 20:53
Just a few refinement point...

Only the bottom part (lines...