hello
hey
my site is in this address: z-ls DOT info
it's a wordpress site.
a added this jquery code to cause the post content (c2) and the widget(widget) to be in the same height,
but it doesn't move, something cause it to stuck at this point
a line before the last one i tryed:Code:<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> <script> $(document).ready(function() { var colHeight = Math.max($('#c2').height(), $('.widget').height()); $('#c2, .widget').height(colHeight); }); </script>
$('.widget').height() = colHeight + 50;
what is wrong ?
thanks



Reply With Quote




Bookmarks