November 2024 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
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
You must be logged in to post a comment.