How to put two div side-by-side of the same height by Jquery and Css

<script type="text/javascript">
 $(window).on('load',function(){
    var ctntHeight = $("#contentBox").outerHeight();
    $("#sidebar").css('min-height', ctntHeight);
  });

Comments

Popular posts from this blog

datatable with both top and bottom scroll bar.

Display Loader and disable page while waiting for ajax request

Invalid bean property or is not readable to loading Jsp page