var AjaxForm = Class.create({
  initialize: function(container) {
    this.container = $(container);    
...

JavaScript On Common unobtrusive javascri...

by theflowmustspice.blogspot.com, November 18, 2009 21:06 Star_fullStar_fullStar_fullStar_fullStar_full

Only the bottom part (lines...

13381166d87f50a05d5f9ee1077adbb2 Talk
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 Star_fullStar_fullStar_fullStar_full

Just a few refinement point...

13381166d87f50a05d5f9ee1077adbb2 Talk