forked from bofh/fetsite
ADD: JavaScript zur Angleichung der Höhe innerhalb einer "row-fluid"
This commit is contained in:
3
app/assets/javascripts/themengruppen.js
Normal file
3
app/assets/javascripts/themengruppen.js
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
var make_equal_height = function() {
|
||||||
|
$('.equalheight').height(function() {return ($(this).closest(".row-fluid").height())})
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user