>
> // select all div.item element within the current div.product-grid
> element
> var columns = r.select('div.item');
>
> // make each div.item element as high as the current div.product-grid
> element
> columns.invoke('setStyle', {height: rowHeight + 'px'});
>
> Try to set minHeight to desired value as equalHeights plugin for jQuery
does.
--
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/msg/prototype-scriptaculous/-/pd7o9WcpZ1QJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/prototype-scriptaculous?hl=en.