[Proto-Scripty] Re: element.attachEvent is not a function error in Prototype with Low Pro

2009-11-25 Thread darth
Hi david, downloading github version of low pro did help :) thanks On 24 lis, 12:38, david wrote: > Hi darth, > > an idea is to get the latest version from the github website. > The DanWeb site have a link to the low pro version in GitHub (it seems > that the version have some trouble with FF 3

[Proto-Scripty] Attempting to extend a prototype method

2009-11-25 Thread Hippyjim Starbrook
Hi All I'm attempting to extend the Form.Element.disable() method, so that it adds a "disabled" class to any element is disables. I'm attempting to replace the existing prototype function with one of my own, using the following code in a javascript file loaded after prototype.js: Form.Element.Me