Conjunto de mudanças 6504 no repositório publico
- Timestamp:
- 15/06/2012 12:13:46 (9 anos atrás)
- Arquivo:
-
- 1 editado
Legenda:
- Não Modificado
- Adicionado
- Removido
-
PortalInterlegis/produtos/il.portalinterlegis/trunk/src/il/portalinterlegis/static/js/uniformheights.js
r6462 r6504 1 1 2 function unifyHeights(sel) { 2 function unifyHeights(sel) { 3 3 var max = 0; 4 children = $(sel).children('.dt-cell') 4 children = $(sel).children('.dt-cell').children() 5 5 children.each(function(){ 6 var height = $(this).height(); 7 if ( height > max ) { max = height; } 8 }); 9 children.css('height', max); 6 var height = $(this).height(); 7 if ( height > max ) { max = height; } 8 }); 9 children.css('height', max); 10 10 } 11 11 … … 17 17 unifyHeights($(this)) 18 18 }); 19 }); 19 }); 20 20 } 21 21
Note: Veja
TracChangeset
para ajuda no uso do visualizador de conjunto de mudanças.