Category Archives: javascript

Internet explorer 8, event handling with prototype.js

Prototype.js claims to be able to stop all woes on handling events in javascript. Well, not really, it seems like. I have two buttons in a web page adjusting a value up and down. Then I make a shared event … Continue reading

Posted in Data, javascript | Comments Off on Internet explorer 8, event handling with prototype.js

Value from radiobuttons – a prototype.js way

Radiobuttons are occasionally useful, but they really seems to be made for being read out through the good old form submit. But if you want to read the value from java script? With prototype.js linked in, it can be done … Continue reading

Posted in Data, Diverse, javascript | Comments Off on Value from radiobuttons – a prototype.js way

Slide between now and then – with prototype.js

At queness there is described how to make system for “sliding between” two different photos, e.g. to show before and after pictures using jquery. It all works well, but as I am using prototype.js, and I prefer to only use … Continue reading

Posted in Diverse, javascript | Comments Off on Slide between now and then – with prototype.js