[Proto-Scripty] Re: Getting prototype javascript issue on Googl chrome - ripple emulator

2012-11-12 Thread Victor
Is your code working in Chrome and other browsers? IMHO error is not in Prototype - all tests and code for document.getElementsByClassName work in Ripple emulator. Maybe you are invoking document.getElementsByClassName() for wrong or non-existent object (not HTML element). -- You received this

Re: [Proto-Scripty] Event On click behavior with selector

2012-11-12 Thread Victor
1. How checkbox is related to clicks on radio buttons? 2. bindAsEventListener(this) isn't needed - bind(this) is enough. 3. Handler in Element#on retrieves clicked element as second argument, no need to find it via var elm = e.findElement(); 4. elm.getValue() for checkbox will

[Proto-Scripty] prototypejs.org is down

2012-11-12 Thread Jason
Hey all can someone get a message to the devs that prototypejs.org is down - the API is still up though Thanks! -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com

Re: [Proto-Scripty] prototypejs.org is down

2012-11-12 Thread Anis Chohan
Yes I can confirm it's down :'(. On Mon, Nov 12, 2012 at 10:02 PM, Jason wrote: > > Hey all can someone get a message to the devs that prototypejs.org is > down - the API is still up though > > Thanks! > > -- > You received this message because you are subscribed to the Google Groups > "Prototy

[Proto-Scripty] setStyle after clonePosition not working

2012-11-12 Thread kstubs
After I invoke clonePosition on an element, then setStyle is not working. Is this expected behavior? Karl.. -- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To view this discussion on the web visit https://groups.google.com/d/m