[Proto-Scripty] Enumerable.eachSlice() -- Is there really a fault?

2011-02-21 Thread petrob
Hi, All! I belive I have found an error in the code in the working of Enumerable.eachSlice! I went into a deeper analysis when calling eachSlice on the example in the documentation just failed to produce the given result there! Here it is: var students = [ { name: 'Sunny', age: 20 }, {

Re: [Proto-Scripty] Limited toggle effect?

2011-02-21 Thread Richard Quadling
On 20 February 2011 14:21, jeremy jereme...@gmail.com wrote: Hey everybody, I want to apply a scriptaculous toggle effect to a div, but I do not want the effect to impact the full div... I try to be a bit clearer : I have a div, with a variable height of, let's say, for example, 1000px.