Mercurial > repos > saskia-hiltemann > ireport_devel
view ireport_jquery.js @ 0:3c160414da2e
initial upload
author | shiltemann |
---|---|
date | Thu, 26 Feb 2015 14:05:23 +0100 |
parents | |
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 }); });