1
2
3
4
measureSelect=Behavior.create({
	initialize: function(obj) {
		// Adjusts the lentgh of the select element  
...

JavaScript IE7 Option Tag Width adjust...

by openid.aol.com/forwardfootmedia, October 17, 2008 02:46, No refactoring, tagged with javascript, prototype, lowpro

No doubt, this is nearly la...

Fbb264f64b4ce69bae04764280141faf Talk
1
2
3
4
setDefaults = Behavior.create({
  initialize: function(obj) {
    myforms = this.element;    
...

JavaScript Highlight Selected forms, S...

by openid.aol.com/forwardfootmedia, October 10, 2008 01:49, 5 refactorings, tagged with prototype, lowpro, Ruby on Rails, javascript

The script binds itself to ...

Fbb264f64b4ce69bae04764280141faf Talk
1
2
3
4
Element.addMethods({
  pngHack: function(el){
    var el = $(el);
...

JavaScript pngHack

by getopenid.com/deleteme, November 15, 2007 03:40, 1 refactoring, tagged with rails, png, image, img, prototype, hack

Makes 32 bit PNG's transpar...

Db11d496fa96adac53b422feb6efd493 Talk