Guest User

Untitled

a guest
Feb 20th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <?php if ($this->options["autoresize"] === true) { ?>
  2. jQuery(document).ready(function(){
  3. jQuery(window).bind("resize", function () {
  4.  
  5. // if multi grids on same page
  6. jQuery(".ui-jqgrid").each(function(i,o){
  7. var gid = jQuery(o).attr("id").replace("gbox_","");
  8.  
  9. // if not set on this grid, break
  10. if (gid !== '<?php echo $this->id ?>')
  11. return;
  12. ......
Add Comment
Please, Sign In to add comment