view ireport_jquery.js @ 7:0f2b740536fb draft

Uploaded
author saskia-hiltemann
date Mon, 21 Aug 2017 09:16:07 -0400
parents a4813532bbc6
children
line wrap: on
line source

$(function() {
   $("#tabs" ).tabs();
   });
   $(function() {
    $(".resizable" ).resizable();
   });
   $(document).ready(function(){
    $('.zoomme').zoom();
    $('#ex2').zoom({ on:'grab' });
    $('#ex3').zoom({ on:'click' });
    $('#ex4').zoom({ on:'toggle' });
    $('.fancyiframe').iFrameResize({
     heightCalculationMethod: 'max',
     minHeight: 250,
     scrolling: true,
     checkOrigin: false,
     bodyMargin: 15
    });
    $('.unfancyiframe').iFrameResize({
     heightCalculationMethod: 'max',
     scrolling: false,
     checkOrigin: false
    });
   });