Guest User

Untitled

a guest
Feb 2nd, 2016
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. jQuery(document).ready(function(){
  2. jQuery(window).bind("resize", function () {
  3.  
  4. // adjust height on resize
  5. jQuery("#list1").jqGrid('setGridHeight',jQuery(window).innerHeight()-120);
  6. jQuery("#list2").jqGrid('setGridHeight',jQuery(window).innerHeight()-120);
  7.  
  8. }).trigger("resize");
  9. });
Add Comment
Please, Sign In to add comment